Admin-Page-Class icon indicating copy to clipboard operation
Admin-Page-Class copied to clipboard

create custom WordPress Admin option Pages

Results 10 Admin-Page-Class issues
Sort by recently updated
recently updated
newest added

This error appears when no repeatable filed are created. Warning: count(): Parameter must be an array or an object that implements Countable in : admin-page-class\admin-page-class.php on line 1398 You can...

When creating a Top level menu you get an error: _Notice: Undefined index: in/wp-content/plugins/Admin-Page-Class-master/admin-page-class/admin-page-class.php on line 277_ In the current version of Wordpress the "top" was dropped, I guess. Deleting...

Example -------------- ``` $options_panel->addWysiwyg('editor_id', array( 'name' => 'Editor label', 'std' => 'Some content', 'wysiwyg_settings' => array() // wp_editor() settings )); ``` Will send a pull request soon

Is it possible to move the class to settings api without affecting existing saved data? So that plugins can be updated seamlessly.

I was getting a JS error (linked to a Select2 call) on my options page. I realised that select2 was not being enqueued as the check for select dropdown boxes...

Can we have composer support for this?

Hey. Using this while developing a plugin. Worked great until I put it on a live server. Local: PHP 5.4.35 Live: PHP 5.3.29 Warnings: Illegal string offset 'type' at admin-page-class.php:...

Needs a look

Hi, Fatal error: Call to undefined function array_replace_recursive() array_replace_recursive (PHP 5 >= 5.3.0) array_replace_recursive — Replaces elements from passed arrays into the first array recursively Nicolas.

Hi! Help Tab doesn't show up on toggle and is due to the following CSS class in FancyCheckbox.css. .hidden { display: none !important; } Would suggest to change it to...

Needs a look

Hi, I installed wordpress-3.8.2 and tried the demo plugin that comes with the Admin Page Class zip download (great work btw!). Checked out the demo panel page and noticed that...