[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fKoF2l2g8FNGWURG5GFIdUce-yQ1k4Ykjf-DMplzhv7A":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"sukellos","Ludovic Maillet","https:\u002F\u002Fprofiles.wordpress.org\u002Fsukellos\u002F",5,20,94,30,90,"2026-04-05T02:01:46.219Z",[14,38,48,58,70],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"sukellos-dashboard-bar","Sukellos Dashboard Bar","1.1.8","\u003Cp>Sukellos Dashboard Bar hides the WordPress admin dashboard bar. Can be applied to certain profiles only.\u003C\u002Fp>\n\u003Cp>This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002F\" title=\"Sukellos plugins\" rel=\"nofollow ugc\">Learn more about Sukellos plugins here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Admin Builder Basic\u003C\u002Fh3>\n\u003Cp>Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.\u003C\u002Fp>\n\u003Ch4>WP Plugin Development In A Minute\u003C\u002Fh4>\n\u003Cp>The Sukellos framework was designed to \u003Cstrong>speed up the development of WordPress plugins\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fbasic-plugin-installation\u002F\" title=\"Sukellos Basic Plugin\" rel=\"nofollow ugc\">Get the basic plugin offered, and consult our documentation\u003C\u002Fa> to know how to use the Sukellos Framework to make your work easier.\u003C\u002Fp>\n\u003Ch4>Easy Admin Pages. Magnify Options\u003C\u002Fh4>\n\u003Cp>The Admin Builder is the main features embedded in Sukellos Framework. It allows to \u003Cstrong>easily build powerful and beautiful custom admin pages\u003C\u002Fstrong> in WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.\u003C\u002Fp>\n\u003Cp>Admin Builder is a powerful way to create configuration pages to \u003Cstrong>manage WordPress options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Admin page.\n $admin_page = Admin_Builder::instance()->create_admin_page(\n     array(\n         'name' => 'My admin page',\n         'id' => 'my_admin_page',\n         'desc' => __( 'My admin page description', 'text_domain' ),\n     )\n );\n\n \u002F\u002F Create a text option field\n $admin_page->create_option(\n     array(\n         'type' => Item_type::TEXT,\n         'id' => 'text_option',\n         'name' => __( 'Text', 'text_domain' ),\n         'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',\n     )\n );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A lot of standard fields are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Multiple choices (checkbox and select) on custom data\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Header\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Admin Builder is designed to be used by developers. \u003Cstrong>Many hooks are available\u003C\u002Fstrong> to allow full style and behavior customization.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fadmin-builder-examples-installation\u002F\" title=\"Sukellos Admin Builder Examples\" rel=\"nofollow ugc\">Get the Admin Builder Examples plugin, and consult our documentation,\u003C\u002Fa> to get many examples to copy \u002F paste.\u003C\u002Fp>\n\u003Ch3>Upgrade to Admin Builder Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Fwordpress-sukellos-fw-admin-builder\u002F\" title=\"Sukellos Fw & Admin Builder\" rel=\"nofollow ugc\">Learn more about Sukellos Admin Builder Pro here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More field and features\u003C\u002Fh4>\n\u003Cp>Upgrade to pro to get more field types…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AJAX button (and feature)\u003C\u002Fli>\n\u003Cli>Code (JS, CSS, SCSS)\u003C\u002Fli>\n\u003Cli>Color picker\u003C\u002Fli>\n\u003Cli>Date picker\u003C\u002Fli>\n\u003Cli>EDD Licensing (Easy Digital Downloads)\u003C\u002Fli>\n\u003Cli>Enable\u003C\u002Fli>\n\u003Cli>File upload\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Note\u003C\u002Fli>\n\u003Cli>Number slider\u003C\u002Fli>\n\u003Cli>Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)\u003C\u002Fli>\n\u003Cli>Sortable\u003C\u002Fli>\n\u003Cli>WYSIWYG editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>… and allows tabs creation in admin pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Creating an AJAX request becomes child’s play.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Enrich Post Types And User Profiles\u003C\u002Fh4>\n\u003Cp>Take control of custom fields in any type of posts. \u003Cstrong>The creation of Metabox becomes very simple.\u003C\u002Fstrong> All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. \u003Cstrong>Users can be enriched\u003C\u002Fstrong> by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.\u003C\u002Fp>\n\u003Cp>In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. \u003Cstrong>Just a few lines of code are enough.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Automatic CSS Generation. SCSS Support.\u003C\u002Fh4>\n\u003Cp>In the administration pages, \u003Cstrong>the options can be taken automatically into account in CSS.\u003C\u002Fstrong> Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to \u003Cstrong>the magic method create_css\u003C\u002Fstrong>, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS \u002F SCSS format. This field can be \u003Cstrong>automatically generated and included in the WordPress front end.\u003C\u002Fstrong>\u003C\u002Fp>\n","Sukellos Dashboard Bar hides the WordPress admin dashboard bar. Can be applied to certain profiles only.",10,6347,0,"2024-10-03T17:28:00.000Z","6.6.5","5.2","7.2",[28,29,30,31,32],"admin","admin-builder","custom-admin-pages","custom-admin-panel","option","https:\u002F\u002Fwp-adminbuilder.com\u002Fdashboard-bar\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-dashboard-bar.1.1.8.zip",92,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":17,"author":5,"author_profile":6,"description":41,"short_description":42,"active_installs":20,"downloaded":43,"rating":22,"num_ratings":22,"last_updated":44,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":45,"homepage":46,"download_link":47,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"sukellos-enable-classic-editor","Sukellos Enable Classic Editor","\u003Cp>Use Sukellos Enable Classic Editor to switch back to classic editor in post types and widgets.\u003C\u002Fp>\n\u003Cp>This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002F\" title=\"Sukellos plugins\" rel=\"nofollow ugc\">Learn more about Sukellos plugins here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Admin Builder Basic\u003C\u002Fh3>\n\u003Cp>Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.\u003C\u002Fp>\n\u003Ch4>WP Plugin Development In A Minute\u003C\u002Fh4>\n\u003Cp>The Sukellos framework was designed to \u003Cstrong>speed up the development of WordPress plugins\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fbasic-plugin-installation\u002F\" title=\"Sukellos Basic Plugin\" rel=\"nofollow ugc\">Get the basic plugin offered, and consult our documentation\u003C\u002Fa> to know how to use the Sukellos Framework to make your work easier.\u003C\u002Fp>\n\u003Ch4>Easy Admin Pages. Magnify Options\u003C\u002Fh4>\n\u003Cp>The Admin Builder is the main features embedded in Sukellos Framework. It allows to \u003Cstrong>easily build powerful and beautiful custom admin pages\u003C\u002Fstrong> in WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.\u003C\u002Fp>\n\u003Cp>Admin Builder is a powerful way to create configuration pages to \u003Cstrong>manage WordPress options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Admin page.\n $admin_page = Admin_Builder::instance()->create_admin_page(\n     array(\n         'name' => 'My admin page',\n         'id' => 'my_admin_page',\n         'desc' => __( 'My admin page description', 'text_domain' ),\n     )\n );\n\n \u002F\u002F Create a text option field\n $admin_page->create_option(\n     array(\n         'type' => Item_type::TEXT,\n         'id' => 'text_option',\n         'name' => __( 'Text', 'text_domain' ),\n         'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',\n     )\n );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A lot of standard fields are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Multiple choices (checkbox and select) on custom data\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Header\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Admin Builder is designed to be used by developers. \u003Cstrong>Many hooks are available\u003C\u002Fstrong> to allow full style and behavior customization.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fadmin-builder-examples-installation\u002F\" title=\"Sukellos Admin Builder Examples\" rel=\"nofollow ugc\">Get the Admin Builder Examples plugin, and consult our documentation,\u003C\u002Fa> to get many examples to copy \u002F paste.\u003C\u002Fp>\n\u003Ch3>Upgrade to Admin Builder Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Fwordpress-sukellos-fw-admin-builder\u002F\" title=\"Sukellos Fw & Admin Builder\" rel=\"nofollow ugc\">Learn more about Sukellos Admin Builder Pro here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More field and features\u003C\u002Fh4>\n\u003Cp>Upgrade to pro to get more field types…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AJAX button (and feature)\u003C\u002Fli>\n\u003Cli>Code (JS, CSS, SCSS)\u003C\u002Fli>\n\u003Cli>Color picker\u003C\u002Fli>\n\u003Cli>Date picker\u003C\u002Fli>\n\u003Cli>EDD Licensing (Easy Digital Downloads)\u003C\u002Fli>\n\u003Cli>Enable\u003C\u002Fli>\n\u003Cli>File upload\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Note\u003C\u002Fli>\n\u003Cli>Number slider\u003C\u002Fli>\n\u003Cli>Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)\u003C\u002Fli>\n\u003Cli>Sortable\u003C\u002Fli>\n\u003Cli>WYSIWYG editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>… and allows tabs creation in admin pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Creating an AJAX request becomes child’s play.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Enrich Post Types And User Profiles\u003C\u002Fh4>\n\u003Cp>Take control of custom fields in any type of posts. \u003Cstrong>The creation of Metabox becomes very simple.\u003C\u002Fstrong> All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. \u003Cstrong>Users can be enriched\u003C\u002Fstrong> by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.\u003C\u002Fp>\n\u003Cp>In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. \u003Cstrong>Just a few lines of code are enough.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Automatic CSS Generation. SCSS Support.\u003C\u002Fh4>\n\u003Cp>In the administration pages, \u003Cstrong>the options can be taken automatically into account in CSS.\u003C\u002Fstrong> Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to \u003Cstrong>the magic method create_css\u003C\u002Fstrong>, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS \u002F SCSS format. This field can be \u003Cstrong>automatically generated and included in the WordPress front end.\u003C\u002Fstrong>\u003C\u002Fp>\n","Use Sukellos Enable Classic Editor to switch back to classic editor in post types and widgets.",1528,"2024-10-04T09:18:00.000Z",[28,29,30,31,32],"https:\u002F\u002Fwp-adminbuilder.com\u002Fenable-classic-editor\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-enable-classic-editor.1.1.8.zip",{"slug":49,"name":50,"version":17,"author":5,"author_profile":6,"description":51,"short_description":52,"active_installs":22,"downloaded":53,"rating":22,"num_ratings":22,"last_updated":54,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":55,"homepage":56,"download_link":57,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"sukellos-image-formats","Sukellos Image Formats","\u003Cp>With Sukellos Image Formats, easily manage the image formats supported by WordPress.\u003C\u002Fp>\n\u003Cp>This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002F\" title=\"Sukellos plugins\" rel=\"nofollow ugc\">Learn more about Sukellos plugins here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Admin Builder Basic\u003C\u002Fh3>\n\u003Cp>Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.\u003C\u002Fp>\n\u003Ch4>WP Plugin Development In A Minute\u003C\u002Fh4>\n\u003Cp>The Sukellos framework was designed to \u003Cstrong>speed up the development of WordPress plugins\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fbasic-plugin-installation\u002F\" title=\"Sukellos Basic Plugin\" rel=\"nofollow ugc\">Get the basic plugin offered, and consult our documentation\u003C\u002Fa> to know how to use the Sukellos Framework to make your work easier.\u003C\u002Fp>\n\u003Ch4>Easy Admin Pages. Magnify Options\u003C\u002Fh4>\n\u003Cp>The Admin Builder is the main features embedded in Sukellos Framework. It allows to \u003Cstrong>easily build powerful and beautiful custom admin pages\u003C\u002Fstrong> in WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.\u003C\u002Fp>\n\u003Cp>Admin Builder is a powerful way to create configuration pages to \u003Cstrong>manage WordPress options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Admin page.\n $admin_page = Admin_Builder::instance()->create_admin_page(\n     array(\n         'name' => 'My admin page',\n         'id' => 'my_admin_page',\n         'desc' => __( 'My admin page description', 'text_domain' ),\n     )\n );\n\n \u002F\u002F Create a text option field\n $admin_page->create_option(\n     array(\n         'type' => Item_type::TEXT,\n         'id' => 'text_option',\n         'name' => __( 'Text', 'text_domain' ),\n         'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',\n     )\n );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A lot of standard fields are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Multiple choices (checkbox and select) on custom data\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Header\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Admin Builder is designed to be used by developers. \u003Cstrong>Many hooks are available\u003C\u002Fstrong> to allow full style and behavior customization.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fadmin-builder-examples-installation\u002F\" title=\"Sukellos Admin Builder Examples\" rel=\"nofollow ugc\">Get the Admin Builder Examples plugin, and consult our documentation,\u003C\u002Fa> to get many examples to copy \u002F paste.\u003C\u002Fp>\n\u003Ch3>Upgrade to Admin Builder Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Fwordpress-sukellos-fw-admin-builder\u002F\" title=\"Sukellos Fw & Admin Builder\" rel=\"nofollow ugc\">Learn more about Sukellos Admin Builder Pro here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More field and features\u003C\u002Fh4>\n\u003Cp>Upgrade to pro to get more field types…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AJAX button (and feature)\u003C\u002Fli>\n\u003Cli>Code (JS, CSS, SCSS)\u003C\u002Fli>\n\u003Cli>Color picker\u003C\u002Fli>\n\u003Cli>Date picker\u003C\u002Fli>\n\u003Cli>EDD Licensing (Easy Digital Downloads)\u003C\u002Fli>\n\u003Cli>Enable\u003C\u002Fli>\n\u003Cli>File upload\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Note\u003C\u002Fli>\n\u003Cli>Number slider\u003C\u002Fli>\n\u003Cli>Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)\u003C\u002Fli>\n\u003Cli>Sortable\u003C\u002Fli>\n\u003Cli>WYSIWYG editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>… and allows tabs creation in admin pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Creating an AJAX request becomes child’s play.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Enrich Post Types And User Profiles\u003C\u002Fh4>\n\u003Cp>Take control of custom fields in any type of posts. \u003Cstrong>The creation of Metabox becomes very simple.\u003C\u002Fstrong> All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. \u003Cstrong>Users can be enriched\u003C\u002Fstrong> by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.\u003C\u002Fp>\n\u003Cp>In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. \u003Cstrong>Just a few lines of code are enough.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Automatic CSS Generation. SCSS Support.\u003C\u002Fh4>\n\u003Cp>In the administration pages, \u003Cstrong>the options can be taken automatically into account in CSS.\u003C\u002Fstrong> Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to \u003Cstrong>the magic method create_css\u003C\u002Fstrong>, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS \u002F SCSS format. This field can be \u003Cstrong>automatically generated and included in the WordPress front end.\u003C\u002Fstrong>\u003C\u002Fp>\n","With Sukellos Image Formats, easily manage the image formats supported by Wordpress.",1169,"2024-10-03T17:42:00.000Z",[28,29,30,31,32],"https:\u002F\u002Fwp-adminbuilder.com\u002Fimage-formats\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-image-formats.1.1.8.zip",{"slug":59,"name":60,"version":17,"author":5,"author_profile":6,"description":61,"short_description":62,"active_installs":22,"downloaded":63,"rating":22,"num_ratings":22,"last_updated":64,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":65,"homepage":66,"download_link":67,"security_score":68,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":69},"sukellos-login-style","Sukellos Login Style","\u003Cp>Sukellos Login Style allows to customize the WordPress login page with colors and logo.\u003C\u002Fp>\n\u003Cp>This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002F\" title=\"Sukellos plugins\" rel=\"nofollow ugc\">Learn more about Sukellos plugins here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Admin Builder Basic\u003C\u002Fh3>\n\u003Cp>Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.\u003C\u002Fp>\n\u003Ch4>WP Plugin Development In A Minute\u003C\u002Fh4>\n\u003Cp>The Sukellos framework was designed to \u003Cstrong>speed up the development of WordPress plugins\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fbasic-plugin-installation\u002F\" title=\"Sukellos Basic Plugin\" rel=\"nofollow ugc\">Get the basic plugin offered, and consult our documentation\u003C\u002Fa> to know how to use the Sukellos Framework to make your work easier.\u003C\u002Fp>\n\u003Ch4>Easy Admin Pages. Magnify Options\u003C\u002Fh4>\n\u003Cp>The Admin Builder is the main features embedded in Sukellos Framework. It allows to \u003Cstrong>easily build powerful and beautiful custom admin pages\u003C\u002Fstrong> in WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.\u003C\u002Fp>\n\u003Cp>Admin Builder is a powerful way to create configuration pages to \u003Cstrong>manage WordPress options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Admin page.\n $admin_page = Admin_Builder::instance()->create_admin_page(\n     array(\n         'name' => 'My admin page',\n         'id' => 'my_admin_page',\n         'desc' => __( 'My admin page description', 'text_domain' ),\n     )\n );\n\n \u002F\u002F Create a text option field\n $admin_page->create_option(\n     array(\n         'type' => Item_type::TEXT,\n         'id' => 'text_option',\n         'name' => __( 'Text', 'text_domain' ),\n         'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',\n     )\n );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A lot of standard fields are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Multiple choices (checkbox and select) on custom data\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Header\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Admin Builder is designed to be used by developers. \u003Cstrong>Many hooks are available\u003C\u002Fstrong> to allow full style and behavior customization.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fadmin-builder-examples-installation\u002F\" title=\"Sukellos Admin Builder Examples\" rel=\"nofollow ugc\">Get the Admin Builder Examples plugin, and consult our documentation,\u003C\u002Fa> to get many examples to copy \u002F paste.\u003C\u002Fp>\n\u003Ch3>Upgrade to Admin Builder Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Fwordpress-sukellos-fw-admin-builder\u002F\" title=\"Sukellos Fw & Admin Builder\" rel=\"nofollow ugc\">Learn more about Sukellos Admin Builder Pro here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More field and features\u003C\u002Fh4>\n\u003Cp>Upgrade to pro to get more field types…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AJAX button (and feature)\u003C\u002Fli>\n\u003Cli>Code (JS, CSS, SCSS)\u003C\u002Fli>\n\u003Cli>Color picker\u003C\u002Fli>\n\u003Cli>Date picker\u003C\u002Fli>\n\u003Cli>EDD Licensing (Easy Digital Downloads)\u003C\u002Fli>\n\u003Cli>Enable\u003C\u002Fli>\n\u003Cli>File upload\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Note\u003C\u002Fli>\n\u003Cli>Number slider\u003C\u002Fli>\n\u003Cli>Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)\u003C\u002Fli>\n\u003Cli>Sortable\u003C\u002Fli>\n\u003Cli>WYSIWYG editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>… and allows tabs creation in admin pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Creating an AJAX request becomes child’s play.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Enrich Post Types And User Profiles\u003C\u002Fh4>\n\u003Cp>Take control of custom fields in any type of posts. \u003Cstrong>The creation of Metabox becomes very simple.\u003C\u002Fstrong> All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. \u003Cstrong>Users can be enriched\u003C\u002Fstrong> by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.\u003C\u002Fp>\n\u003Cp>In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. \u003Cstrong>Just a few lines of code are enough.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Automatic CSS Generation. SCSS Support.\u003C\u002Fh4>\n\u003Cp>In the administration pages, \u003Cstrong>the options can be taken automatically into account in CSS.\u003C\u002Fstrong> Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to \u003Cstrong>the magic method create_css\u003C\u002Fstrong>, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS \u002F SCSS format. This field can be \u003Cstrong>automatically generated and included in the WordPress front end.\u003C\u002Fstrong>\u003C\u002Fp>\n","Sukellos Login Style allows to customize the WordPress login page with colors and logo.",1390,"",[28,29,30,31,32],"https:\u002F\u002Fwp-adminbuilder.com\u002Flogin-style\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-login-style.1.1.8.zip",100,"2026-03-15T10:48:56.248Z",{"slug":71,"name":72,"version":17,"author":5,"author_profile":6,"description":73,"short_description":74,"active_installs":22,"downloaded":75,"rating":22,"num_ratings":22,"last_updated":76,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":77,"homepage":78,"download_link":79,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"sukellos-login-wrapper","Sukellos Login Wrapper","\u003Cp>Sukellos Login Wrapper enrich the WordPress login with basic features (redirection, front end profile shortcode…)\u003C\u002Fp>\n\u003Cp>This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002F\" title=\"Sukellos plugins\" rel=\"nofollow ugc\">Learn more about Sukellos plugins here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Admin Builder Basic\u003C\u002Fh3>\n\u003Cp>Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.\u003C\u002Fp>\n\u003Ch4>WP Plugin Development In A Minute\u003C\u002Fh4>\n\u003Cp>The Sukellos framework was designed to \u003Cstrong>speed up the development of WordPress plugins\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fbasic-plugin-installation\u002F\" title=\"Sukellos Basic Plugin\" rel=\"nofollow ugc\">Get the basic plugin offered, and consult our documentation\u003C\u002Fa> to know how to use the Sukellos Framework to make your work easier.\u003C\u002Fp>\n\u003Ch4>Easy Admin Pages. Magnify Options\u003C\u002Fh4>\n\u003Cp>The Admin Builder is the main features embedded in Sukellos Framework. It allows to \u003Cstrong>easily build powerful and beautiful custom admin pages\u003C\u002Fstrong> in WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.\u003C\u002Fp>\n\u003Cp>Admin Builder is a powerful way to create configuration pages to \u003Cstrong>manage WordPress options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Admin page.\n $admin_page = Admin_Builder::instance()->create_admin_page(\n     array(\n         'name' => 'My admin page',\n         'id' => 'my_admin_page',\n         'desc' => __( 'My admin page description', 'text_domain' ),\n     )\n );\n\n \u002F\u002F Create a text option field\n $admin_page->create_option(\n     array(\n         'type' => Item_type::TEXT,\n         'id' => 'text_option',\n         'name' => __( 'Text', 'text_domain' ),\n         'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',\n     )\n );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A lot of standard fields are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Multiple choices (checkbox and select) on custom data\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Header\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Admin Builder is designed to be used by developers. \u003Cstrong>Many hooks are available\u003C\u002Fstrong> to allow full style and behavior customization.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Ftutorial\u002Fadmin-builder-examples-installation\u002F\" title=\"Sukellos Admin Builder Examples\" rel=\"nofollow ugc\">Get the Admin Builder Examples plugin, and consult our documentation,\u003C\u002Fa> to get many examples to copy \u002F paste.\u003C\u002Fp>\n\u003Ch3>Upgrade to Admin Builder Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsukellos.com\u002Fwordpress-sukellos-fw-admin-builder\u002F\" title=\"Sukellos Fw & Admin Builder\" rel=\"nofollow ugc\">Learn more about Sukellos Admin Builder Pro here.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More field and features\u003C\u002Fh4>\n\u003Cp>Upgrade to pro to get more field types…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AJAX button (and feature)\u003C\u002Fli>\n\u003Cli>Code (JS, CSS, SCSS)\u003C\u002Fli>\n\u003Cli>Color picker\u003C\u002Fli>\n\u003Cli>Date picker\u003C\u002Fli>\n\u003Cli>EDD Licensing (Easy Digital Downloads)\u003C\u002Fli>\n\u003Cli>Enable\u003C\u002Fli>\n\u003Cli>File upload\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Note\u003C\u002Fli>\n\u003Cli>Number slider\u003C\u002Fli>\n\u003Cli>Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)\u003C\u002Fli>\n\u003Cli>Sortable\u003C\u002Fli>\n\u003Cli>WYSIWYG editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>… and allows tabs creation in admin pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Creating an AJAX request becomes child’s play.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Enrich Post Types And User Profiles\u003C\u002Fh4>\n\u003Cp>Take control of custom fields in any type of posts. \u003Cstrong>The creation of Metabox becomes very simple.\u003C\u002Fstrong> All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. \u003Cstrong>Users can be enriched\u003C\u002Fstrong> by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.\u003C\u002Fp>\n\u003Cp>In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. \u003Cstrong>Just a few lines of code are enough.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Automatic CSS Generation. SCSS Support.\u003C\u002Fh4>\n\u003Cp>In the administration pages, \u003Cstrong>the options can be taken automatically into account in CSS.\u003C\u002Fstrong> Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to \u003Cstrong>the magic method create_css\u003C\u002Fstrong>, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS \u002F SCSS format. This field can be \u003Cstrong>automatically generated and included in the WordPress front end.\u003C\u002Fstrong>\u003C\u002Fp>\n","Sukellos Login Wrapper enrich the WordPress login with basic features (redirection, front end profile shortcode...)",1359,"2024-10-03T18:46:00.000Z",[28,29,30,31,32],"https:\u002F\u002Fwp-adminbuilder.com\u002Flogin-wrapper\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-login-wrapper.1.1.8.zip"]