[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fWRJvWRppi6VZGokiuhrcxuFDmHkjnCOgK4yceKVyLgg":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},"iamntz","Ionut Staicu","https:\u002F\u002Fprofiles.wordpress.org\u002Fiamntz\u002F",3,340,87,30,85,"2026-04-04T16:16:48.788Z",[14,37,56],{"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":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":32,"download_link":33,"security_score":11,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"get-page-ids","Get page IDs","1.0.3","\u003Cp>Because there are some dumbasses out there who believe that’s ok to let the user guess the page IDs, you will find a new page under tools menu that will help you with this. Enjoy!\u003C\u002Fp>\n","Fix some theme author mess.",300,16031,100,7,"2017-07-07T10:29:00.000Z","4.9.29","3.0","",[29,30,31],"custom-post-type","page-administration","utils","http:\u002F\u002Fiamntz.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fget-page-ids.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":5,"author_profile":6,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":27,"tags":50,"homepage":54,"download_link":55,"security_score":11,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"filter-post-types-by-taxonomy","Filter Post Types by Taxonomy","1.0.0","\u003Cp>Did you ever wanted to filter posts by a taxonomy (e.g. Category, Tag) on your admin screen and you had no option to do so? Fear not, here is a plugin that can help you out!\u003C\u002Fp>\n\u003Cp>You’ll have a nice select box that allows you to filter posts by any taxonomy term you want.\u003C\u002Fp>\n\u003Cp>It works for any post type that have a defined taxonomy; it doesn’t matter if is a built in post type (post, page) or a custom post type.\u003C\u002Fp>\n","Quickly filter posts by taxonomy on your admin screens!",20,1621,70,2,"2015-09-02T17:23:00.000Z","4.5.33","4.3",[51,52,53],"admin","filtering","taxonomies","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Ffilter-posts-by-taxonomy","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffilter-post-types-by-taxonomy.zip",{"slug":57,"name":58,"version":59,"author":5,"author_profile":6,"description":60,"short_description":61,"active_installs":43,"downloaded":62,"rating":22,"num_ratings":63,"last_updated":64,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":65,"homepage":66,"download_link":67,"security_score":68,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"page-siblings","Page Siblings","1.0.8","\u003Cp>Ever had to manage a WP install with many pages and subpages? This plugin does nothing more than adding a metabox to every post type that is hierarchical (that is pages and any other custom post type!) with a list of all page siblings, starting with the parent, so you can have:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>News\n|— History\n|— Our Staff\n|—— Employment Opportunities\n|— Our Company\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Bonus: when you’re listing posts on admin pages, you can also choose  to display only parents.\u003C\u002Fp>\n\u003Ch3>API\u003C\u002Fh3>\n\u003Cp>You can choose to disable some (or all!) functionality by using filters. These filters are as following:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Disable page siblings metabox completely:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('iamntz\u002Fpage-siblings\u002Fadd-page-metabox', '__return_false')\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>For \u003Ccode>my-custom-post-type\u003C\u002Fcode>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\"iamntz\u002Fpage-siblings\u002Fadd-page-metabox\u002Fpost-type=my-custom-post-type\", '__return_false')\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Disable the dropdown that will allow you to filter page parents or page parents & children\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('iamntz\u002Fpage-siblings\u002Fadd-hierarchy-column-filter', '__return_false')\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>For \u003Ccode>my-custom-post-type\u003C\u002Fcode>:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('iamntz\u002Fpage-siblings\u002Fadd-hierarchy-column-filter\u002Fpost-type=my-custom-post-type', '__return_false')\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Set the default value for the dropdown:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('iamntz\u002Fpage-siblings\u002Fadd-hierarchy-column-filter', function() { return 'parents_only'; })\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>For \u003Ccode>my-custom-post-type\u003C\u002Fcode>:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F The allowed values are `all` and `parents_only`.\nadd_filter('iamntz\u002Fpage-siblings\u002Fhierarchy-column-filter-default\u002Fpost-type=my-custom-post-type', function() { return 'parents_only'; })\n\u003C\u002Fcode>\u003C\u002Fpre>\n","A metabox with all page edit (and any other hierarchal post types) that display an edit link to its siblings.",2596,1,"2025-03-14T09:39:00.000Z",[29,30,31],"http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fpage-siblings","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpage-siblings.zip",92]