Error in console
-
I have an issue in chrome console.
public function setUp() { $this->setRootMenuPage('Settings'); $this->addSubMenuItem( array( 'title' => 'Theme Settings', 'page_slug' => 'theme_settings', ) ); $this->addInPageTabs( 'theme_settings', array( 'tab_slug' => 'home', 'title' => 'Home', ), array( 'tab_slug' => 'support', 'title' => 'Sopport', ) ); } public function load() { new Select2CustomFieldType( 'MyThemeAdmin' ); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error in console’ is closed to new replies.