Support

Account

Home Forums Add-ons Options Page Change admin label Reply To: Change admin label

  • 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