Created
July 22, 2015 08:55
-
-
Save thierrypigot/31691c9f08febfb03392 to your computer and use it in GitHub Desktop.
Permets de changer le nom de la page d'options ACF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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