Titan on WordPress 4.7
-
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’,
) );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Titan on WordPress 4.7’ is closed to new replies.