Support

Account

Home Forums Add-ons Options Page Change Menu Position of Options Page Reply To: Change Menu Position of Options Page

  • For anyone else looking for a solution, this is working for me

    if( function_exists(‘acf_add_options_page’) ) {
    acf_add_options_page( array(
    ‘page_title’ => ‘School Options’,
    ‘position’ => 3
    ) );
    }