[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fOipu8oYNnJsTJGxOOHTY9b-13NffDjCTs5LuVSKobl8":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},"theandystratton","Andy Stratton","https:\u002F\u002Fprofiles.wordpress.org\u002Ftheandystratton\u002F",4,2240,85,2,90,"2026-04-04T05:24:20.018Z",[14,37,58,75],{"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":25,"tags":27,"homepage":32,"download_link":33,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"raw-html-snippets","Raw HTML Snippets","2.0.4","\u003Cp>Create a library of raw HTML snippets that you can easily insert into any page\u002Fpost content using a shortcode:\u003C\u002Fp>\n\u003Cp>[raw_html_snippet id=”my-snippet”]\u003C\u002Fp>\n\u003Cp>Snippets consist of a unique ID (e.g. “my-snippet”) and raw HTML code. This plugin was written to stop using hacks that override WordPress’ core content filters and affect shortcode output.\u003C\u002Fp>\n\u003Cp>This plugin will NOT taint your content or the output of other shortcodes. If you delete a snippet, any existing shortcodes with that snipet’s ID will output an empty string.\u003C\u002Fp>\n\u003Cp>Remember, this allows you to output raw HTML. Use at your own risk. It will not check for malicious HTML\u002FCSS\u002FJavascript!\u003C\u002Fp>\n","Create a library of raw HTML snippets that you can easily insert into any page\u002Fpost content using a shortcode.",2000,41050,94,11,"2023-07-31T18:12:00.000Z","","2.6",[28,29,30,31],"autoformatting","embed-html","html","raw-html","http:\u002F\u002Ftheandystratton.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fraw-html-snippets.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":43,"num_ratings":10,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":48,"tags":49,"homepage":25,"download_link":54,"security_score":55,"vuln_count":56,"unpatched_count":34,"last_vuln_date":57,"fetched_at":36},"list-children","List Children","2.2.0","\u003Cp>Use an HTML comment to list links of the current page’s children or siblings.\u003C\u002Fp>\n\u003Cp>Common usage is for content sites utilizing WordPress as a simple CMS. Some content hierarchies call for an Overview page followed by multiple subpages, for example, a Services page.\u003C\u002Fp>\n\u003Cp>Use the following shortcodes to list children and or siblings of the current page:\u003C\u002Fp>\n\u003Cp>Alphabetical listing of current page’s children:\u003C\u002Fp>\n\u003Cp>[list_children sort_column=”page_title” sort_order=”asc”]\u003C\u002Fp>\n\u003Cp>List of current page’s siblings, ordered by menu order (descending):\u003C\u002Fp>\n\u003Cp>[list_siblings sort_column=”menu_order” sort_order=”desc”]\u003C\u002Fp>\n\u003Cp>You can use a majority of the attributes from the wp_list_pages() call: https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages\u003C\u002Fp>\n\u003Cp>\u003Cem>The following will no longer work (deprecated):\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>\u003Cul>\u003Cbr \u002F>\n\u003C!–list_children()–>\u003Cbr \u002F>\n\u003C\u002Ful>\u003C\u002Fp>\n","Use an HTML comment to list links of the current page's children or siblings.",100,6348,"2025-04-29T23:00:00.000Z","6.4.8","5.3","8.0",[50,51,52,53],"list-pages","nagivation","permalinks","subnavigation","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flist-children.zip",99,1,"2025-04-30 00:00:00",{"slug":59,"name":60,"version":61,"author":5,"author_profile":6,"description":62,"short_description":63,"active_installs":43,"downloaded":64,"rating":43,"num_ratings":10,"last_updated":65,"tested_up_to":46,"requires_at_least":26,"requires_php":25,"tags":66,"homepage":71,"download_link":72,"security_score":73,"vuln_count":56,"unpatched_count":34,"last_vuln_date":74,"fetched_at":36},"the-permalinker","The Permalinker","1.9.0","\u003Cp>Use short codes to dynamically link to your WordPress pages and posts. All you need is the ID. This can come in handy when developing content for WordPress sites. Makes for a cleaner migration with no need to manipulate content when moving from one subdirectory or domain to another.\u003C\u002Fp>\n\u003Cp>Attributes of \u003Ccode>append\u003C\u002Fcode> \u003Ccode>class\u003C\u002Fcode>, \u003Ccode>rel\u003C\u002Fcode>, and \u003Ccode>target\u003C\u002Fcode> are supported within the \u003Ccode>[permalink]\u003C\u002Fcode> opening tag. See FAQs. You can insert the token \u003Ccode>%post_title%\u003C\u002Fcode> to dynamically insert the post’s title into anchor text (content between the opening and closing shortcode).\u003C\u002Fp>\n\u003Cp>A short code for \u003Ccode>[template_uri]\u003C\u002Fcode> exists if you’d like to dynamically grab the full URL to your current template directory (useful for adding images and other resources bundled in a template via the page\u002Fpost editor).\u003C\u002Fp>\n\u003Cp>\u003Cem>Example 1: Create link.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[permalink id=2 rel=\"internal\"]Check out my latest post named %post_title%[\u002Fpermalink] or use `[permalink]this link[\u002Fpermalink]` to link to this post.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>Example 2: Output Permalink URL.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Ca href=\"[permalink]\">;This post.\u003C\u002Fa>;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>Example 3: Template Directory URI\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cimg src=\"[template_uri]\u002Fphotos\u002Fme_grandma.jpg\" alt=\"A Photo of Me and My Grandma\" \u002F>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Use short codes to dynamically link to your WordPress pages and posts. All you need is the ID. This can come in handy when developing content for Word &hellip;",12640,"2024-12-13T20:33:00.000Z",[67,68,69,52,70],"development","linking","migration","staging","http:\u002F\u002Ftheandystratton.com\u002F2009\u002Fthe-permalinker-wordpress-plugin-dynamic-permalinks","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fthe-permalinker.1.9.0.zip",91,"2024-12-13 15:58:35",{"slug":76,"name":77,"version":78,"author":5,"author_profile":6,"description":79,"short_description":80,"active_installs":81,"downloaded":82,"rating":43,"num_ratings":56,"last_updated":83,"tested_up_to":25,"requires_at_least":47,"requires_php":84,"tags":85,"homepage":25,"download_link":89,"security_score":90,"vuln_count":56,"unpatched_count":56,"last_vuln_date":91,"fetched_at":36},"append-content","Append Content","2.1.1","\u003Cp>Ever wanted to add a snippet of text below the content of your posts\u002Fpages?\u003C\u002Fp>\n\u003Cp>Maybe you re-purpose blog posts as press releases and need a standard EOE statement. Maybe you just want to be able to drop a sales pitch or call to action at the end of all your blog posts.\u003C\u002Fp>\n\u003Cp>Now you can. Choose to append your snippet to just posts, just pages, or all. You can also turn off the feature on your blog post listings on your home page or your front (content) page.\u003C\u002Fp>\n","Ever wanted to add a snippet of text below the content of your posts\u002Fpages?",40,5816,"2023-07-31T18:09:00.000Z","7.4",[86,87,88],"content","copyright","press-releases","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fappend-content.zip",64,"2025-04-01 00:00:00"]