[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f00NgqseqUYg27SRcDSOU05oUCKD4MCtuHtVkB9QOvq8":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":37,"analysis":107,"fingerprints":142},"sukellos-image-formats","Sukellos Image Formats","1.1.8","Ludovic Maillet","https:\u002F\u002Fprofiles.wordpress.org\u002Fsukellos\u002F","\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.",0,1169,"2024-10-03T17:42:00.000Z","6.6.5","5.2","7.2",[18,19,20,21,22],"admin","admin-builder","custom-admin-pages","custom-admin-panel","option","https:\u002F\u002Fwp-adminbuilder.com\u002Fimage-formats\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-image-formats.1.1.8.zip",92,null,"2026-03-15T15:16:48.613Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"sukellos",5,20,94,30,90,"2026-04-05T09:24:29.397Z",[38,49,59,71,81],{"slug":39,"name":40,"version":6,"author":7,"author_profile":8,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":11,"num_ratings":11,"last_updated":45,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":46,"homepage":47,"download_link":48,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"sukellos-dashboard-bar","Sukellos Dashboard Bar","\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,"2024-10-03T17:28:00.000Z",[18,19,20,21,22],"https:\u002F\u002Fwp-adminbuilder.com\u002Fdashboard-bar\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-dashboard-bar.1.1.8.zip",{"slug":50,"name":51,"version":6,"author":7,"author_profile":8,"description":52,"short_description":53,"active_installs":43,"downloaded":54,"rating":11,"num_ratings":11,"last_updated":55,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":56,"homepage":57,"download_link":58,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"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",[18,19,20,21,22],"https:\u002F\u002Fwp-adminbuilder.com\u002Fenable-classic-editor\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-enable-classic-editor.1.1.8.zip",{"slug":60,"name":61,"version":6,"author":7,"author_profile":8,"description":62,"short_description":63,"active_installs":11,"downloaded":64,"rating":11,"num_ratings":11,"last_updated":65,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":66,"homepage":67,"download_link":68,"security_score":69,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":70},"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,"",[18,19,20,21,22],"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":72,"name":73,"version":6,"author":7,"author_profile":8,"description":74,"short_description":75,"active_installs":11,"downloaded":76,"rating":11,"num_ratings":11,"last_updated":77,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":78,"homepage":79,"download_link":80,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"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",[18,19,20,21,22],"https:\u002F\u002Fwp-adminbuilder.com\u002Flogin-wrapper\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsukellos-login-wrapper.1.1.8.zip",{"slug":82,"name":83,"version":84,"author":85,"author_profile":86,"description":87,"short_description":88,"active_installs":89,"downloaded":90,"rating":91,"num_ratings":92,"last_updated":93,"tested_up_to":94,"requires_at_least":95,"requires_php":96,"tags":97,"homepage":102,"download_link":103,"security_score":104,"vuln_count":105,"unpatched_count":11,"last_vuln_date":106,"fetched_at":27},"redux-framework","Redux Framework","4.5.10","David Anderson \u002F Team Updraft","https:\u002F\u002Fprofiles.wordpress.org\u002Fdavidanderson\u002F","\u003Cp>Redux was built by developers for developers. We save you months if not years in your development time. Everything we do is to help innovation in the industry.\u003C\u002Fp>\n\u003Ch4>♥️ What the Plugin does?\u003C\u002Fh4>\n\u003Cp>Redux is a simple, genuinely extensible, and fully responsive options framework for WordPress themes and plugins. Built on the WordPress Settings API; Redux supports many field types, custom error handling, custom fields & validation types, and import\u002Fexport functionality.\u003C\u002Fp>\n\u003Cp>But what does Redux actually DO? We don’t believe that theme and plugin developers should have to reinvent the wheel every time they start work on a project. Redux simplifies the development cycle by providing a streamlined, extensible framework for developers to build on. Through a simple, well-documented config file, third-party developers can build out an options panel limited only by their imagination in a fraction of the time it would take to build from the ground up!\u003C\u002Fp>\n\u003Ch4>🚀 What fields does Redux offer?\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Accordion\u003C\u002Fli>\n\u003Cli>ACE Editor\u003C\u002Fli>\n\u003Cli>Background\u003C\u002Fli>\n\u003Cli>Border\u003C\u002Fli>\n\u003Cli>Box Shadow\u003C\u002Fli>\n\u003Cli>Button Set\u003C\u002Fli>\n\u003Cli>Checkbox \u002F Multi-Check\u003C\u002Fli>\n\u003Cli>Color (WordPress Native)\u003C\u002Fli>\n\u003Cli>Color Gradient\u003C\u002Fli>\n\u003Cli>Color Palette\u003C\u002Fli>\n\u003Cli>Color RGBA\u003C\u002Fli>\n\u003Cli>Color Scheme\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Custom Fonts\u003C\u002Fli>\n\u003Cli>Customizer\u003C\u002Fli>\n\u003Cli>Date\u003C\u002Fli>\n\u003Cli>Date\u002FTime\u003C\u002Fli>\n\u003Cli>Dimensions (Height\u002FWidth)\u003C\u002Fli>\n\u003Cli>Divide (Divider)\u003C\u002Fli>\n\u003Cli>Editor (WordPress Native)\u003C\u002Fli>\n\u003Cli>Gallery (WordPress Native)\u003C\u002Fli>\n\u003Cli>Google Maps\u003C\u002Fli>\n\u003Cli>Icon Select\u003C\u002Fli>\n\u003Cli>Image Select (Patterns\u002FPresets)\u003C\u002Fli>\n\u003Cli>Import\u002FExport\u003C\u002Fli>\n\u003Cli>Info (Header\u002FNotice)\u003C\u002Fli>\n\u003Cli>JS Button\u003C\u002Fli>\n\u003Cli>Link Color\u003C\u002Fli>\n\u003Cli>Media (WordPress Native)\u003C\u002Fli>\n\u003Cli>Metaboxes\u003C\u002Fli>\n\u003Cli>Multi Media\u003C\u002Fli>\n\u003Cli>Multi-Text\u003C\u002Fli>\n\u003Cli>Palette\u003C\u002Fli>\n\u003Cli>Password\u003C\u002Fli>\n\u003Cli>Radio (w\u002F WordPress Data)\u003C\u002Fli>\n\u003Cli>Raw (HTML\u002FPHP\u002FMarkDown)\u003C\u002Fli>\n\u003Cli>Repeater\u003C\u002Fli>\n\u003Cli>Section (Indent and Group Fields)\u003C\u002Fli>\n\u003Cli>Select (Select\u002FMulti-Select w\u002F Select2 & WordPress Data)\u003C\u002Fli>\n\u003Cli>Select Image\u003C\u002Fli>\n\u003Cli>Slider (Drag a Handle)\u003C\u002Fli>\n\u003Cli>Slides (Multiple Images, Titles, and Descriptions)\u003C\u002Fli>\n\u003Cli>Social Profiles\u003C\u002Fli>\n\u003Cli>Sortable (Drag\u002FDrop Checkbox\u002FInput Fields)\u003C\u002Fli>\n\u003Cli>Sorter (Drag\u002FDrop Manager – Works great for content blocks)\u003C\u002Fli>\n\u003Cli>Spacing (Margin\u002FPadding\u002FAbsolute)\u003C\u002Fli>\n\u003Cli>Spinner\u003C\u002Fli>\n\u003Cli>Switch\u003C\u002Fli>\n\u003Cli>Tabbed\u003C\u002Fli>\n\u003Cli>Taxonomy Metaboxes\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Typography\u003C\u002Fli>\n\u003Cli>User Profile Metaboxes\u003C\u002Fli>\n\u003Cp> * The most advanced typography module complete with preview, Google fonts, and auto-css output!\u003C\u002Fp>\n\u003Cli>User Profile Metaboxes\u003C\u002Fli>\n\u003Cli>Widget Areas (Classic Widgets only)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>🎉Additional Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Full value escaping\u003C\u002Fli>\n\u003Cli>Required – Link visibility from parent fields. Set this to affect the visibility of the field on the parent’s value. Fully nested with multiple required parents possible.\u003C\u002Fli>\n\u003Cli>Output CSS Automatically – Redux generates CSS and the appropriate Google Fonts stylesheets for you on select fields. You need to only specify the CSS selector to apply the CSS to (limited to certain fields).\u003C\u002Fli>\n\u003Cli>Compiler integration! A custom hook runs when any fields with the argument `compile => true` are changed.\u003C\u002Fli>\n\u003Cli>Field validation and sanitization\u003C\u002Fli>\n\u003Cli>Field and section disabling\u003C\u002Fli>\n\u003Cli>Oh, and did we mention a fully integrated Google Fonts setup that will make you so happy you’ll want to cry?\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👍 BE A CONTRIBUTOR\u003C\u002Fh4>\n\u003Cp>If you want to help with translations, \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fredux-framework\" rel=\"nofollow ugc\">go to the Translation Portal at translate.wordpress.org\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can also contribute code via our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Freduxframework\u002Fredux-framework\u002F\" rel=\"nofollow ugc\">GitHub Repository\u003C\u002Fa>. Be sure to use our develop branch to submit pull requests.\u003C\u002Fp>\n\u003Ch4>📝 Documentation and Support\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>We have extremely extensive docs. Please visit [https:\u002F\u002Fdevs.redux.io\u002F](https:\u002F\u002Fdevs.redux.io). If that doesn’t solve your issue, search [the issue tracker on GitHub](https:\u002F\u002Fgithub.com\u002Freduxframework\u002Fredux-framework\u002Fissues). If you can’t locate any topics that pertain to your particular problem, [post a new issue](https:\u002F\u002Fgithub.com\u002Freduxframework\u002Fredux-framework\u002Fissues\u002Fnew) for it. Before you submit an issue, please read [our contributing requirements](https:\u002F\u002Fgithub.com\u002Fredux-framework\u002Fredux-framework\u002Fblob\u002Fmaster\u002FCONTRIBUTING.md). We build on the dev version and push it to WordPress.org when we confirm Redux is stable and ready for release.\u003C\u002Fli>\n\u003Cli>If you have additional questions, reach out to us at support@redux.io\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>⚡ Like the Redux Plugin?\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Follow us on \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Freduxframework\" rel=\"nofollow ugc\">Facebook 💬\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Rate us 5 ⭐ stars\u003C\u002Fstrong> on \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fredux-framework\u002Freviews\u002F?filter=5\u002F#new-post\" rel=\"ugc\">WordPress.org\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Follow us on Twitter 🐦: \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Freduxframework\" rel=\"nofollow ugc\">@ReduxFramework\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>🔐 Privacy\u003C\u002Fh4>\n\u003Cp>Redux does not interact with end users on your website. If a product is using Redux, the option panel will cease to function without Redux.\u003C\u002Fp>\n\u003Cp>For more details on our privacy policy: \u003Ca href=\"https:\u002F\u002Fredux.io\u002Fprivacy\" rel=\"nofollow ugc\">https:\u002F\u002Fredux.io\u002Fprivacy\u003C\u002Fa>\u003Cbr \u002F>\nFor more details on our terms and conditions: \u003Ca href=\"https:\u002F\u002Fredux.io\u002Fterms\" rel=\"nofollow ugc\">https:\u002F\u002Fredux.io\u002Fterms\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>NOTE: Redux is not intended to be used on its own. It requires a config file provided by a third-party theme or plugin developer to actually do anything cool!\u003C\u002Fp>\n","Redux is a simple, truly extensible, and fully responsive options framework for WordPress themes and plugins. It ships with an integrated demo.",1000000,31507478,88,272,"2026-01-07T21:08:00.000Z","6.9.4","5.0","7.4",[18,98,99,100,101],"options","options-framework","plugin-options","theme-options","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fredux-framework","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fredux-framework.4.5.10.zip",89,6,"2025-12-12 00:00:00",{"attackSurface":108,"codeSignals":127,"taintFlows":137,"riskAssessment":138,"analyzedAt":141},{"hooks":109,"ajaxHandlers":123,"restRoutes":124,"shortcodes":125,"cronEvents":126,"entryPointCount":11,"unprotectedCount":11},[110,117],{"type":111,"name":112,"callback":113,"priority":114,"file":115,"line":116},"action","sukellos_fw\u002Fadmin\u002Fcreate_tools_fields","action_create_tools_fields",11,"admin\\class-wp-sukellos-image-formats-admin.php",40,{"type":118,"name":119,"callback":120,"priority":43,"file":121,"line":122},"filter","intermediate_image_sizes_advanced","filter_intermediate_image_sizes_advanced","includes\\managers\\class-images-manager.php",33,[],[],[],[],{"dangerousFunctions":128,"sqlUsage":129,"outputEscaping":131,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":11,"bundledLibraries":133},[],{"prepared":11,"raw":11,"locations":130},[],{"escaped":11,"rawEcho":11,"locations":132},[],[134],{"name":135,"version":26,"knownCves":136},"Select2",[],[],{"summary":139,"deductions":140},"Based on the provided static analysis and vulnerability history, the \"sukellos-image-formats\" plugin v1.1.8 appears to have a very strong security posture. The static analysis reveals a remarkably clean codebase with no identified dangerous functions, no SQL queries requiring special attention due to the use of prepared statements, and all output is properly escaped. Furthermore, the plugin has a zero history of known CVEs, indicating a consistent record of security.  The absence of any identified vulnerabilities or concerning code signals is a significant strength. The limited attack surface with no unprotected entry points further solidifies this positive assessment. The only minor point of note is the bundling of the Select2 library, which, while common, can sometimes be a vector for vulnerabilities if not kept up-to-date by the plugin developer. However, without specific version information for Select2, it's impossible to quantify this as a definitive risk.",[],"2026-03-17T06:53:33.419Z",{"wat":143,"direct":149},{"assetPaths":144,"generatorPatterns":146,"scriptPaths":147,"versionParams":148},[145],"\u002Fwp-content\u002Fplugins\u002Fsukellos-image-formats\u002Fassets\u002Fjs\u002Fsukellos-image-formats.js",[],[145],[],{"cssClasses":150,"htmlComments":151,"htmlAttributes":152,"restEndpoints":154,"jsGlobals":155,"shortcodeOutput":157},[],[],[153],"data-sukellos-admin-builder",[],[156],"window.Sukellos",[]]