Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested In page tabs. #225

Open
ivandotv opened this issue Nov 17, 2015 · 1 comment
Open

Nested In page tabs. #225

ivandotv opened this issue Nov 17, 2015 · 1 comment

Comments

@ivandotv
Copy link

I'm playing with nested in page tabs, I don't know if something like this is supported.
I can't seem to add any settings fields to the in page tabs (not supported ?)
screenshot_00120151117 t

@michaeluno
Copy link
Owner

Nested in-page tabs are not supported at the moment, sorry. It is an interesting idea though.

If you need to nest tabs in only one depth, you can use form section tabs.

I can't seem to add any settings fields to the in page tabs (not supported ?)

Make sure you set the tab_slug argument in the section definition array.

            array(
                'section_id'        => 'my_section_id',
                'tab_slug'          => 'my_tab_slug', // <--- this one!
                'title'             => __( 'My Section', 'admin-page-framework-loader' ),
            )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants