Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created July 22, 2015 08:55
Show Gist options
  • Save thierrypigot/31691c9f08febfb03392 to your computer and use it in GitHub Desktop.
Save thierrypigot/31691c9f08febfb03392 to your computer and use it in GitHub Desktop.
Permets de changer le nom de la page d'options ACF
<?php
if( function_exists( 'acf_set_options_page_menu') )
{
acf_set_options_page_menu( __( 'Calculator', 'domainname' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment