[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f2WpB7K5ngOOx1y0nPii0LKjzV7eDNfGugTvU_pG-YgY":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},"vincentdubroeucq","Vincent Dubroeucq","https:\u002F\u002Fprofiles.wordpress.org\u002Fvincentdubroeucq\u002F",4,50,89,30,86,"2026-04-04T11:47:31.976Z",[14,35,52,68],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":25,"download_link":31,"security_score":32,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":34},"easy-admin","Easy Admin","1.0.3","\u003Cul>\n\u003Cli>Activating this plugin will create a ‘Easy Admin’ entry in your admin area. \u003C\u002Fli>\n\u003Cli>Click it to go to the settings page. \u003C\u002Fli>\n\u003Cli>Simply select the menu entry you want to hide.\u003C\u002Fli>\n\u003Cli>Save your settings, and you’re done ! \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Of course, the Easy Admin settings page is always available, so you can always go back and show menu items you need.\u003C\u002Fp>\n\u003Cp>If you have any questions, contact me via my website at \u003Ca href=\"https:\u002F\u002Fvincentdubroeucq.com\" rel=\"nofollow ugc\">https:\u002F\u002Fvincentdubroeucq.com\u003C\u002Fa>\u003C\u002Fp>\n","Easy Admin simply allows you to hide rarely used menu items in the dashboard, to simplify day to day work.",2021,0,"2019-12-19T21:07:00.000Z","5.3.21","4.0","",[27,28,29,30],"admin","admin-area","admin-menu","dashboard","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-admin.1.0.3.zip",85,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":5,"author_profile":6,"description":39,"short_description":40,"active_installs":21,"downloaded":41,"rating":21,"num_ratings":21,"last_updated":42,"tested_up_to":23,"requires_at_least":43,"requires_php":25,"tags":44,"homepage":50,"download_link":51,"security_score":32,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":34},"atom-builder","Atom Builder","1.0.2","\u003Cp>This plugin simply allows you to build your page content with widgets instead of using the default page layout for your theme.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Using the Atom Builder\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>By default, only basic pages are supported. It basically registers a widget area for all of your pages.\u003Cbr \u002F>\nTo avoir cluttering the admin area, the newly registered widget areas do not appear alongside your theme’s standard ones, and you have to access them directly in the customizer.\u003Cbr \u002F>\nTo see it in action :\u003Cbr \u002F>\n* Just visit any page on your site while logged in, and click the ‘Customize’ link.\u003Cbr \u002F>\n* In the Customizer panel, click on ‘Widgets’ and you should see a widget area registered for your page.\u003Cbr \u002F>\n* Just use the widgets you need to build your page content.\u003C\u002Fp>\n\u003Cp>This plugin provides you with 3 additional widgets to help you build your page with interesting content and layout: Atom Builder Page, Atom Builder Post, and Atom Builder Posts widgets.\u003Cbr \u002F>\nThese basic widgets will probably get a bit more complex and have more options in the future, and a few more custom widgets will be added later, but that’s a start.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Adding theme support for the Atom Builder\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>By default, the Atom Builder replaces your page content using ‘the_content’ filter. That means any markup you have before, such as the title for example, will be kept.\u003Cbr \u002F>\nOnly your content as it appears in the editor in the admin area is replaced.\u003C\u002Fp>\n\u003Cp>If you want to replace the whole content for your page, you’ll have to tweak your theme’s code a little bit.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Add theme support for the Atom builder in your child theme’s functions.php file by simply adding this snippet.\u003C\u002Fp>\n\u003Cp>`\u003Cbr \u002F>\nadd_action( ‘after_setup_theme’, ‘mythemeprefix_add_atom_builder_support’ );\u003Cbr \u002F>\n\u002F**\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Add theme support for the Atom Builder\u003C\u002Fli>\n\u003Cli>This deactivate the basic filter on the_content. \u003C\u002Fli>\n\u003Cli>Just replace your get_template_part() call in page.php with atom_builder_get_template_part() to replace your whole page content template with registered widgets.\u003Cbr \u002F>\n**\u002F\u003Cbr \u002F>\nfunction mythemeprefix_add_atom_builder_support(){\u003Cbr \u002F>\nadd_theme_support( ‘atom-builder’ );\u003Cbr \u002F>\n}\u003Cbr \u002F>\n`\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Duplicate the page.php template from your theme in your child theme’s folder.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>Replace the \u003Ccode>get_template_part()\u003C\u002Fcode> function call with \u003Ccode>atom_builder_get_template_part()\u003C\u002Fcode>, with the same parameters. (Basically all you need to do is prefix it.)\u003C\u002Fli>\n\u003Cli>Now everything should work fine. Your whole template is replaced with widgets now, not just your content.\u003C\u002Fli>\n\u003C\u002Ful>\n","Build your page content with widgets, directly in the customizer. Simple. No page builder needed.",1813,"2019-12-19T15:09:00.000Z","4.7",[45,46,47,48,49],"sidebar","widget","widget-area","widgets","widgets-area","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fatom-builder","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fatom-builder.1.0.2.zip",{"slug":53,"name":54,"version":55,"author":5,"author_profile":6,"description":56,"short_description":57,"active_installs":21,"downloaded":58,"rating":21,"num_ratings":21,"last_updated":25,"tested_up_to":59,"requires_at_least":60,"requires_php":61,"tags":62,"homepage":64,"download_link":65,"security_score":66,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":67},"tiny-block-testimonial","Tiny Block Testimonial","1.0.0","\u003Cp>This plugin registers a simple testimonial blockquote block, with image, quote, and author fields.\u003C\u002Fp>\n","Registers a simple testimonial block.",774,"5.8.13","5.5","7.0",[63],"block","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftiny-block-testimonial","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftiny-block-testimonial.1.0.0.zip",100,"2026-03-15T10:48:56.248Z",{"slug":69,"name":70,"version":71,"author":5,"author_profile":6,"description":72,"short_description":73,"active_installs":21,"downloaded":74,"rating":21,"num_ratings":21,"last_updated":75,"tested_up_to":76,"requires_at_least":43,"requires_php":61,"tags":77,"homepage":80,"download_link":81,"security_score":32,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":34},"tiny-default-thumbnail","Tiny Default Thumbnail","0.1.1","\u003Cp>Visit your blog posts listing page, or a single post page, and open up the WordPress customizer.\u003C\u002Fp>\n\u003Cp>Under \u003Cem>Tiny Thumbnail Settings\u003C\u002Fem>, choose or upload your default image. That’s it !\u003C\u002Fp>\n\u003Cp>Enjoy !\u003C\u002Fp>\n","Allows you to add a default featured image to posts. Just add a default image in your customizer settings !",863,"2021-03-26T14:14:00.000Z","5.7.15",[78,79],"featured-image","thumbnail","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftiny-default-thumbnail","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftiny-default-thumbnail.0.1.1.zip"]