• Resolved huyngoquoc97

    (@huyngoquoc97)


    Hello!
    By default it’s in settings tab, i want to move it to a custom tab. Below is my custom tab creation code.

    function add_admin_page() {
    add_menu_page(
    ‘Parcel Tracking Settings’, //Page Title
    ‘Parcel Tracking’, //Menu Title
    ‘manage_options’, //Capability
    ‘parcel-tracking’, //Page slug
    ‘admin_page_html’ //Callback to print html
    );
    }

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to move tab to another tab?’ is closed to new replies.