help_tabs

Support MB Settings Page help_tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8318
    nermnerm
    Participant

    There doesn't seem to be any documentation regarding usage, I've added the the array and it doesn't seem to do anything?

    #8323
    Anh TranAnh Tran
    Keymaster

    Hi, the help tabs need to be defined like this:

    'help_tabs'   => array(
        array(
            'title'   => 'General',
            'content' => '<p>This tab displays the general information about the theme.</p>',
        ),
        array(
            'title'   => 'Homepage',
            'content' => '<p>This tab displays the instruction for setting up the homepage.</p>',
        ),
    )

    Then it will display like this:

    https://i.imgur.com/c7bIf3P.png

    I will update the docs. Thanks for your question!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘help_tabs’ is closed to new replies.