• This plugin is not working on wordpress 4.7, When i Try the documentations code. I Expect that this code will add a wordpress menu and a submenu. But when i run. Nothing Happen.

    $titan = TitanFramework::getInstance( ‘my-theme’ );
    $adminPanel = $titan->createAdminPanel( array(
    ‘name’ => ‘My Admin Panel’,
    ) );
    $layoutPanel = $adminPanel->createAdminPanel( array(
    ‘name’ => ‘My Layout Panel’,
    ) );

    • This topic was modified 8 years, 11 months ago by danryl.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Titan on WordPress 4.7’ is closed to new replies.