Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    No, though you could create a plugin to do so, there is a filter for what is displayed in the menu at the bottom of the page.

    Thread Starter Rubberman

    (@suninjang)

    Filter at the bottom of page? I guess I am missing something. i don’t see any filter at the bottom.

    Plugin Contributor Greg Ross

    (@gregross)

    At the bottom of translations.php in the gp-templates directory, this line:

    echo implode( ' ? ', apply_filters( 'gp_translations_footer_links', $footer_links, $project, $locale, $translation_set ) );

    You can use the gp_translationd_footer_links to filter what is displayed.

    You could also use a custom template directory and remove it that way as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘export option’ is closed to new replies.