• How could I rename the GMW Location and GMW Form title in the admin panel?

    For example I would like to replace the GMW Location to Geo Location and GMW form to Geo Form?

    Here you mentioned that you’d create a filter for it, could you please tell me the code for the filter?

    Also, could you tell me how to override the core files of this plugin in the child theme, in case I need to make changes that could be done only by overriding the core files.

    Thank you.

    https://wordpress.org/plugins/geo-my-wp/

Viewing 1 replies (of 1 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi,
    FIY, in the coming update of GEO my WP I already modified the title “GMW Location” to “Location” and “GEO my WP Forms” to “Forms”.

    IF you still want to change the GMW Location title you can use the filter:

    apply_filters( 'gmw_pt_mb_title', __( 'Location', 'GMW' ) );

    At the moment there is no filter that allows you to change the “Forms” title. You will need to manually change the core file.

    Let me know if you have any more questions.

Viewing 1 replies (of 1 total)
  • The topic ‘How to rename GMW Location and GMW Form in admin panel’ is closed to new replies.