Hi Elliot, guys…
is there any hook to change the Options page label on admin area?
Thanks!
Add to functions.php (http://www.advancedcustomfields.com/resources/functions/acf_set_options_page_title/):
if( function_exists('acf_set_options_page_title') )
{
acf_set_options_page_title( __('Theme Options') );
}
cheers
Hi @Nuro
That solution is not working anymore for me. It is still being shown on plugin’s documentation. Do you know if something has changed?
Thanks.
Same for me. The above didn’t do anything.
In fact, none of the functions in the documentation are working anymore. I tried adding sub pages using the function outlined in the documentation and it actually made the page disappear from the menu altogether.