[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f4y2Vnky6ifPx9I0AcsTRjSB_pcG8MmLD2iwLCZIwnhE":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":22,"download_link":23,"security_score":24,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":36,"analysis":132,"fingerprints":156},"template-part-shortcode","Template Part Shortcode","0.1","Marty Spellerberg","https:\u002F\u002Fprofiles.wordpress.org\u002Fmartyspellerberg\u002F","\u003Cp>Template parts are reusable snippets of code stored in your theme directory. Normally, they are called by other template files using the get_template_part() function. This plugin creates a shortcode for calling template parts from the body of a post.\u003C\u002Fp>\n\u003Cp>Shortcode usage is: [template part=”somepart”].\u003C\u002Fp>\n\u003Cp>Template parts must be stored in a “parts” folder within your theme directory.\u003C\u002Fp>\n\u003Cp>If you use custom loops in your template parts, remember to use “reset_query” at the end to return the page to normal.\u003C\u002Fp>\n","A (very) simple WordPress plugin for embedding template parts in your content.",100,2796,1,"2012-11-09T03:25:00.000Z","3.4.2","3.4","",[19,20,21],"shortcode","template-parts","templates","https:\u002F\u002Fgithub.com\u002Fhalfempty\u002Ftemplate-part-shortcode","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftemplate-part-shortcode.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":24,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},"martyspellerberg",3,610,30,84,"2026-04-04T10:01:27.831Z",[37,56,79,97,117],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":11,"num_ratings":13,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":17,"tags":50,"homepage":54,"download_link":55,"security_score":24,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"shortcodely","Shortcodely","1.0.1","Swapnil V. Patil","https:\u002F\u002Fprofiles.wordpress.org\u002Fpatilswapnilv\u002F","\u003Cp>Insert separate widgets or a entire widget area (sidebar) into a page using a shortcode.\u003C\u002Fp>\n\u003Cp>Customize the widget setting in “widgets for shortcodely” widget area.No extra efforts. Exactly as you would do it for any other widget.\u003C\u002Fp>\n\u003Cp>\u003Cem>do_widget shortcode\u003C\u002Fem>,will do its magic and display the widget or the even a chosen sidebar from the \u003Cem>do_widget_area\u003C\u002Fem> shortcode.\u003C\u002Fp>\n\u003Cp>The plugins default action is that it will magically find the settings for your themes first sidebar and use them to control the widget’s output.  In most cases this would mean that the widget will be styled as per the rest of your theme.  In case, yout need to change the styling, there are parameters to override it.\u003C\u002Fp>\n\u003Cp>Whenever you need to change your theme, the plugin automagically saves and restores the widgets and its settings. It will then select the sidebar setting from the currect theme you are using.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Instructions:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Make sure you test the widget in the regualr widget area, or any exisitng sidebar.\u003C\u002Fli>\n\u003Cli>Then Activate shortcodely. (Ignore id already done.)\u003C\u002Fli>\n\u003Cli>Go to Appearance > Widgets and find the ” widgets for shortcodely” sidebar or widget area\u003C\u002Fli>\n\u003Cli>Add your desired widgets to the Shortcodely side bar. Save.\u003C\u002Fli>\n\u003Cli>Go the Shortcodely settings.  Click on one of the create page links to help you setup the shortcode.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>OR go to an existing page and enter a shortcode:\u003C\u002Fp>\n\u003Cp>[do_widget widgetname]   eg: [do_widget calendar]\u003Cbr \u002F>\n[do_widget “widget name”].   eg: [do_widget “tag cloud”]\u003Cbr \u002F>\n[do_widget id=widgetid]\u003C\u002Fp>\n\u003Cp>[do_widget_area]  (will use the  “widgets in shortcodes” widget area \u002F sidebar\u003Cbr \u002F>\n[do_widget_area sidebarname]  for another sidebar or widget area – eg: to maximise likelihood of getting your theme’s widget css to apply.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>If the plugin cannot work out what you want and you are logged in as an administrator, it will show a debug prompt to you, the logged in admin only.\u003Cbr \u002F>\nClick on the link ‘Try debug’.  It will produce a bunch of info. Look for the id of your widget in the shortcodes sidebar (you may have to scroll through a lot of debug info). Try using the widget id.   Sometimes the widget name that wordpress calls it internally is not the same as what you see on the screen and you will need the ‘debug’ to find the id.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>[do_widget …] Parameters:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>nameofwidget\u003C\u002Fem> or name=”\u003Cem>nameofwidget\u003C\u002Fem>”  This is NOT the title of the widget.  THis is the name that you see in the widgets menu page even when unassigned to a sidebar.  For existing users , you can also use just the name of the widget without name=.  It must bethe first parameter then.\u003C\u002Fli>\n\u003Cli>id=\u003Cem>wordpress assigned id of widget\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>title=false to hide the widgets title OR to override your themes first sidebar html settings for widget titles, use title=\u003Cem>htmltag\u003C\u002Fem> where \u003Cem>htmltag\u003C\u002Fem> is one of h1,h2,h3,h4,h5,header,strong,em.  If not entered plugin will use the same title html that your themes first sidebar uses – yes even if you change themes, it will switch to the new themes html.\u003C\u002Fli>\n\u003Cli>wrap=\u003Cem>htmltag\u003C\u002Fem> where \u003Cem>htmltag\u003C\u002Fem> is one of div,p,main,aside,section.  This will override your themes first sidebar html settings for widget wrapping html.\u003C\u002Fli>\n\u003Cli>widget_classes=none  This will remove the class “widget” from the wrapping html and the class “widget_title” from the title html.  This may be enough to remove any unwanted css styling from your theme.\u003C\u002Fli>\n\u003Cli>class=\u003Cem>yourclassname\u003C\u002Fem>  By default the plugin will add a class of amr-widget tto the wrapping html.  You can use this to add any special css.  Add css either by editing your themes stylesheet if it is a custom theme, or using something like the wordpress custom css plugin.\u003C\u002Fli>\n\u003Cli>sidebar=”\u003Cem>sidebarname\u003C\u002Fem>”  will default to widgets_for_shortcode sidebar.  Only use if you want to re-use a widget already beingused in another sidebar.  THis is theme dependent and WILL break if you change themes.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>[do_widget_area …] Parameters:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>widget_area=\u003Cem>yourwidgetarea\u003C\u002Fem>  defaults to ‘widgets_for_shortcodes’ if nothing entered\u003C\u002Fli>\n\u003Cli>widget_area_class=none    \u002F* option to remove theme styling by removing the widget_area class from the sidebar html *\u002F\u003C\u002Fli>\n\u003Cli>widget_classes=none     \u002F* option to remove the widget class from the widget wrappinghtml\u003C\u002Fli>\n\u003Cli>class=\u003Cem>yourclassname\u003C\u002Fem>   default is amr_widget_area’\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>See the settings page for links to help your create the shortcodes in a page.\u003C\u002Fp>\n\u003Cp>To ‘remove debug mode’\u003Cbr \u002F>\nremove ?do_widget_debug=1 from the url you are looking at (NOTE it only debugs if you are logged in and an administrator, so this is really NOT a problem.)\u003C\u002Fp>\n\u003Cp>The plugin has been tested with most standard widgets (rss feeds, tag cloud, pages, meta, search, and of course my own plugins widgets – upcoming events list, calendar and user lists.\u003C\u002Fp>\n\u003Cp>If you use a widget more than once for different reasons, you may need to use the widget id to isolate which widget instance and it’s settings to use.  ie: [do_widget id=categories-6] .  If you just use the name, it will display all widgets in the shortcode sidebar with that name (all instances).\u003C\u002Fp>\n\u003Cp>If you liked this plugin, you might also like my other plugins:\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Flogin-and-logout-redirect\u002F\" rel=\"ugc\">\u003Cstrong>Login and Logout redirect\u003C\u002Fstrong>\u003C\u002Fa> – Redirects users to specified url on logging in, logging out OR both.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgravity-pre-submission-confirmation\u002F\" rel=\"ugc\">\u003Cstrong>Gravity Pre-submission Confirmation\u003C\u002Fstrong>\u003C\u002Fa> – adds a pre-submission confirmation page to your Graviy forms where users can preview their entered data before they submit it.\u003C\u002Fp>\n","Enable the usage of shortcodes almost any where on your website",400,4723,"2021-07-14T07:38:00.000Z","5.7.15","4.0",[51,52,19,21,53],"page","page-template","widget","https:\u002F\u002Fgithub.com\u002Fpatilswapnilv\u002Fshortcodely\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcodely.zip",{"slug":57,"name":58,"version":59,"author":60,"author_profile":61,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":11,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":70,"tags":71,"homepage":75,"download_link":76,"security_score":77,"vuln_count":13,"unpatched_count":25,"last_vuln_date":78,"fetched_at":27},"design-import-export","Design Import\u002FExport – Styles, Templates, Template Parts and Patterns","2.3","UXL Themes","https:\u002F\u002Fprofiles.wordpress.org\u002Fuxl\u002F","\u003Cp>Import and export your block based theme design: global\u002Fcustom styles, templates, template parts and patterns.\u003C\u002Fp>\n\u003Cp>Easily move your custom full site editing theme design from one website to another, or from a local installation to a live site.\u003C\u002Fp>\n\u003Cp>Ideal for designers and developers working with the Site Editor and a block based full-site-editing theme, who have edited their block based custom styles, templates, template parts and patterns, and now need to copy that design over to a new WordPress installation.\u003C\u002Fp>\n\u003Cp>The Design Import\u002FExport plugin allows this to be done with minimal fuss, and can also be used to take regular backups of your block theme based design(s).\u003C\u002Fp>\n\u003Cp>Works with any full-site-editing block theme.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>Licensed under the GNU General Public License v2.0,\u003Cbr \u002F>\nhttp:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","Quickly and easily import and export your block based full site editing theme design: global\u002Fcustom styles, templates, template parts and patterns.",200,6325,6,"2025-12-10T10:58:00.000Z","6.9.4","6.7","7.4",[72,73,74,20,21],"export","global-styles","import","https:\u002F\u002Fuxlthemes.com\u002Fplugins\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdesign-import-export.2.3.zip",99,"2025-12-12 14:51:11",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":64,"downloaded":87,"rating":11,"num_ratings":88,"last_updated":89,"tested_up_to":68,"requires_at_least":90,"requires_php":91,"tags":92,"homepage":95,"download_link":96,"security_score":11,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"template-editor","Options for Block Themes","1.4.6","Oliver Campion","https:\u002F\u002Fprofiles.wordpress.org\u002Fdomainsupport\u002F","\u003Ch4>Options for Block Themes\u003C\u002Fh4>\n\u003Cp>With WordPress v5.9 the first default block theme with Full Site Editing was launched … Twenty Twenty-Two.\u003C\u002Fp>\n\u003Cp>This plugin expands on the functionality to manage (export \u002F import \u002F delete) templates and template parts that are not part of the theme without having to have a child theme.\u003C\u002Fp>\n\u003Cp>Having a block theme also removes links to the legacy Customizer. This plugin allows you to change that!\u003C\u002Fp>\n\u003Cp>This plugin will also enable the Template Editor in Gutenberg for full site editing for any theme!\u003C\u002Fp>\n\u003Ch4>Additional Core Block Options\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Option to enable expandable submenus to the Navigation Block modal.\u003C\u002Fli>\n\u003Cli>Option to add full block link option to Group and Cover Blocks.\u003C\u002Fli>\n\u003Cli>Option to close other Details Blocks when selected one is opened giving the Details Block a basic “accordion” functionality.\u003C\u002Fli>\n\u003Cli>Option to populate the Gallery Block with an ACF \u002F SCF Gallery field\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Conditional Block Logic\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Enable Block Logic and you will be able to show or hide blocks conditionally by Date \u002F Time. We will be adding more conditions in the future.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Reinstate Customizer Links\u003C\u002Fh4>\n\u003Cp>Activating the plugin will inject the “Customize” links back into the “Dashboard – Appearance” and Admin Bar locations for WordPress prior to v6.0. There is an option to disable this if you prefer.\u003C\u002Fp>\n\u003Ch4>Edit Existing Templates\u003C\u002Fh4>\n\u003Cp>Once you’ve installed this plugin, head over to “Dashboard – Appearance – Manage Templates” where you can change the title, description and name of customized templates from the active theme or any other theme.\u003C\u002Fp>\n\u003Ch4>Duplicate Templates\u003C\u002Fh4>\n\u003Cp>Save templates as a copy to the active theme.\u003C\u002Fp>\n\u003Cp>This allows you to use the \u003Ca href=\"https:\u002F\u002Fdeveloper.wordpress.org\u002Fthemes\u002Fbasics\u002Ftemplate-hierarchy\u002F\" rel=\"nofollow ugc\">WordPress Template Hierarchy\u003C\u002Fa> to name your templates so that they can be used for custom post types, custom taxonomies, specific post or pages or anything you like!\u003C\u002Fp>\n\u003Ch4>Delete Templates\u003C\u002Fh4>\n\u003Cp>Easily delete templates from the active theme or any other theme. This doesn’t delete the orginal theme template, just any customizations you have made.\u003C\u002Fp>\n\u003Ch4>Download Templates\u003C\u002Fh4>\n\u003Cp>Download your template as .json files to back them up or to migrate them to another WordPress site.\u003C\u002Fp>\n\u003Ch4>Upload Templates\u003C\u002Fh4>\n\u003Cp>Upload template .json files to the active theme. This allows you to restore a template you backed up or migrate a template to another WordPress site.\u003C\u002Fp>\n\u003Ch4>Download Global Styles\u003C\u002Fh4>\n\u003Cp>Download your global styles as .json files to back them up or to migrate them to another WordPress site or theme.\u003C\u002Fp>\n\u003Ch4>Upload Global Styles\u003C\u002Fh4>\n\u003Cp>Upload global styles .json files to the active theme. This allows you to restore global styles you backed up or migrate global styles to another WordPress site.\u003C\u002Fp>\n\u003Ch4>Sticky Header\u003C\u002Fh4>\n\u003Cp>Easily enable a sticky header \u002F menu in full site editor themes like Twenty Twenty-Two.\u003C\u002Fp>\n\u003Ch4>Animate Site Logo\u003C\u002Fh4>\n\u003Cp>Enable an option to shrink the header site logo when you scroll down the page.\u003C\u002Fp>\n","Adds options to core blocks and allows import \u002F export of global styles, templates and template parts!",13632,4,"2026-02-24T13:16:00.000Z","5.8","5.6",[93,94,73,20,21],"block-options","block-theme","https:\u002F\u002Fwebd.uk\u002Fsupport\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftemplate-editor.1.4.6.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":107,"num_ratings":31,"last_updated":108,"tested_up_to":109,"requires_at_least":110,"requires_php":17,"tags":111,"homepage":115,"download_link":116,"security_score":24,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"magic-fields-2-toolkit","Magic Fields 2 Toolkit","1.2.1.2.1","Magenta Cuda","https:\u002F\u002Fprofiles.wordpress.org\u002Fmagenta-cuda\u002F","\u003Cp>\u003Cstrong>This plugin is no longer being actively developed. This means no new features will be added to this plugin.\u003Cbr \u002F>\nMoreover, I no longer use this plugin and will not know of a problem unless a user reports it.\u003Cbr \u002F>\nHowever, I remain absolutely committed to maintaining the existing feature set of this plugin and if a problem is reported I will do my very best to fix it.\u003Cbr \u002F>\nYou can report problems using the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fmagic-fields-2-toolkit\" rel=\"ugc\">support page of this plugin\u003C\u002Fa>.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This \u003Ca href=\"https:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F\" rel=\"nofollow ugc\">toolkit\u003C\u002Fa> transforms the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmagic-fields-2\u002F\" rel=\"ugc\">Magic Fields 2\u003C\u002Fa> plugin into something that can be used by a non programmer to do media oriented CMS web design.\u003Cbr \u002F>\nWith this toolkit you can design your page content using only HTML, CSS and the \u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#shortcode\" rel=\"nofollow ugc\">toolkit’s shortcodes\u003C\u002Fa>.\u003Cbr \u002F>\nUsing the \u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#macros\" rel=\"nofollow ugc\">toolkit’s content templates\u003C\u002Fa> you can define a reusable template for page contents which can be used to create multiple pages using the page’s custom fields to instantiate the template.\u003Cbr \u002F>\nThis toolkit also simplifies the use of media (images, audio, video and embeds) by providing \u003Ca href=\"https:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_media\" rel=\"nofollow ugc\">configurable shortcodes\u003C\u002Fa> for generating responsive HTML wrappers for these media elements.\u003C\u002Fp>\n\u003Cp>The current features are:\u003C\u002Fp>\n\u003Ch4>Support for coding HTML templates without the need for PHP programming\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#shortcode\" rel=\"nofollow ugc\">shortcode for showing Magic Fields 2 custom fields and taxonomies\u003C\u002Fa>. In particular, the shortcodes makes it easy to display a table of custom field names and their values.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#macros\" rel=\"nofollow ugc\">post content templates for HTML and WordPress shortcodes\u003C\u002Fa> – these templates do not need PHP code.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#gallery\" rel=\"nofollow ugc\">gallery shortcode for showing Magic Fields Media Library images\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#tabs\" rel=\"nofollow ugc\">tabs shortcode for showing mt_template shortcodes in jQuery UI Tabs\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Additional custom fields\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_media\" rel=\"nofollow ugc\">fields for WordPress’s video and audio shortcodes\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>An \u003Ca href=\"https:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_image\" rel=\"nofollow ugc\">enhanced image field\u003C\u002Fa> that supports a custom click URL and a mouseover popup.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_related\" rel=\"nofollow ugc\">alternative related type field\u003C\u002Fa> which uses multiple selection checkboxes instead of a single selection dropdown.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_numeric\" rel=\"nofollow ugc\">numeric field\u003C\u002Fa> with support for measurement units suffix and\u002For currency symbol prefix.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_url\" rel=\"nofollow ugc\">URL field\u003C\u002Fa> contains the data for a HTML \u003Ca> element.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#alt_table\" rel=\"nofollow ugc\">pseudo field for generating a table of Magic Field names and values\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>field for WordPress’s embed shortcode.\u003C\u002Fli>\n\u003Cli>alternative textbox field that allows you to select previously entered data.\u003C\u002Fli>\n\u003Cli>alternative dropdown field that allows you to enter new options directly into the dropdown.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Search widget\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-search-0-4-1\u002F\" rel=\"nofollow ugc\">finds posts by Magic Fields 2 field values.\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Miscellaneous enhancements to Magic Fields 2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F#copy\" rel=\"nofollow ugc\">Create a copy of a Magic Fields 2 custom post\u003C\u002Fa> copying all of the Magic Fields’ custom fields, groups and taxonomies.\u003C\u002Fli>\n\u003Cli>Identify and delete unreferenced files in folder files_mf.\u003C\u002Fli>\n\u003Cli>Provides an alternative get_audio function that outputs HTML5 audio elements for iPad and iPhone browsers.\u003C\u002Fli>\n\u003Cli>Provides some Magic Fields 2 utility functions for PHP programmers.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please visit the \u003Ca href=\"http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F\" rel=\"nofollow ugc\">Toolkit’s online documentation\u003C\u002Fa> for more details.\u003Cbr \u002F>\n\u003Cstrong>This plugin works with Magic Fields 2.3 and requires at least PHP 5.4.\u003C\u002Fstrong>\u003C\u002Fp>\n","A toolkit for the Magic Fields 2 plugin for media oriented CMS web design by non programmers.",20,6955,60,"2015-11-15T18:45:00.000Z","4.2.39","3.6",[112,113,114,21],"custom-fields","post-copier","shortcodes","http:\u002F\u002Fmagicfields17.wordpress.com\u002Fmagic-fields-2-toolkit-0-4-2\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmagic-fields-2-toolkit.1.2.1.2.1.zip",{"slug":118,"name":119,"version":40,"author":120,"author_profile":121,"description":122,"short_description":123,"active_installs":25,"downloaded":124,"rating":25,"num_ratings":25,"last_updated":125,"tested_up_to":68,"requires_at_least":90,"requires_php":70,"tags":126,"homepage":130,"download_link":131,"security_score":11,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"appsfruit-embed-for-elementor","AppsFruit Elementor Embed","Appsfruit","https:\u002F\u002Fprofiles.wordpress.org\u002Fappsfruit\u002F","\u003Cp>AppsFruit Elementor Embed allows you to embed Elementor pages, templates, and global sections anywhere on your site using simple shortcodes or Gutenberg blocks with advanced conditional display options.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Embed Anywhere\u003C\u002Fstrong>: Insert Elementor templates using simple shortcodes or Gutenberg blocks\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Conditional Display\u003C\u002Fstrong>: Show templates based on device (mobile\u002Fdesktop), user role, or post type\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Post Type\u003C\u002Fstrong>: Dedicated AFE Templates post type with full Elementor support\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Organization\u003C\u002Fstrong>: Built-in categories and tags for template management\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Quick Copy\u003C\u002Fstrong>: One-click shortcode copying from admin interface\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Global Sync\u003C\u002Fstrong>: Update once, reflect everywhere\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gutenberg Block\u003C\u002Fstrong>: Visual template insertion without shortcodes\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Developer Friendly\u003C\u002Fstrong>: Extensive hooks and filters for customization\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Secure & Lightweight\u003C\u002Fstrong>: Follows WordPress coding standards\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress 5.8 or higher\u003C\u002Fli>\n\u003Cli>PHP 7.4 or higher\u003C\u002Fli>\n\u003Cli>Elementor (free version) installed and activated\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Basic Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[afe_embed id=123]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Replace \u003Ccode>123\u003C\u002Fcode> with your template ID.\u003C\u002Fp>\n\u003Ch4>Conditional Display\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Device-Specific Display:\u003C\u002Fstrong>\u003Cbr \u002F>\n    [afe_embed id=123 device=”mobile”]\u003Cbr \u002F>\n    [afe_embed id=123 device=”desktop”]\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Role-Based Display:\u003C\u002Fstrong>\u003Cbr \u002F>\n    [afe_embed id=123 role=”administrator”]\u003Cbr \u002F>\n    [afe_embed id=123 role=”editor|subscriber”]\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Post Type Specific:\u003C\u002Fstrong>\u003Cbr \u002F>\n    [afe_embed id=123 post_type=”page”]\u003Cbr \u002F>\n    [afe_embed id=123 post_type=”post|product”]\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Combined Conditions:\u003C\u002Fstrong>\u003Cbr \u002F>\n    [afe_embed id=123 device=”mobile” role=”subscriber” post_type=”post”]\u003C\u002Fp>\n\u003Ch4>Developer Hooks\u003C\u002Fh4>\n\u003Cp>The plugin provides several hooks and filters for developers:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>afe_shortcode_atts\u003C\u002Fcode> – Modify shortcode attributes\u003C\u002Fli>\n\u003Cli>\u003Ccode>afe_should_display\u003C\u002Fcode> – Add custom display conditions\u003C\u002Fli>\n\u003Cli>\u003Ccode>afe_should_render_template\u003C\u002Fcode> – Prevent template rendering\u003C\u002Fli>\n\u003Cli>\u003Ccode>afe_template_content\u003C\u002Fcode> – Modify template output\u003C\u002Fli>\n\u003Cli>\u003Ccode>afe_before_render_template\u003C\u002Fcode> – Action before rendering\u003C\u002Fli>\n\u003Cli>\u003Ccode>afe_after_render_template\u003C\u002Fcode> – Action after rendering\u003C\u002Fli>\n\u003C\u002Ful>\n","Embed Elementor pages, templates, and sections anywhere using shortcodes or Gutenberg blocks with conditional display options.",194,"2026-01-14T15:43:00.000Z",[127,128,129,19,21],"elementor","embed","gutenberg","https:\u002F\u002Fappsfruit.com\u002Felementor-embed","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fappsfruit-embed-for-elementor.1.0.1.zip",{"attackSurface":133,"codeSignals":144,"taintFlows":151,"riskAssessment":152,"analyzedAt":155},{"hooks":134,"ajaxHandlers":135,"restRoutes":136,"shortcodes":137,"cronEvents":143,"entryPointCount":13,"unprotectedCount":25},[],[],[],[138],{"tag":139,"callback":140,"file":141,"line":142},"template","template_part_shortcode","template-part-shortcode.php",27,[],{"dangerousFunctions":145,"sqlUsage":146,"outputEscaping":148,"fileOperations":25,"externalRequests":25,"nonceChecks":25,"capabilityChecks":25,"bundledLibraries":150},[],{"prepared":25,"raw":25,"locations":147},[],{"escaped":25,"rawEcho":25,"locations":149},[],[],[],{"summary":153,"deductions":154},"The \"template-part-shortcode\" v0.1 plugin exhibits a strong security posture based on the provided static analysis. It demonstrates excellent adherence to secure coding practices, with no dangerous functions, all SQL queries using prepared statements, and all outputs properly escaped. The absence of file operations and external HTTP requests further reduces potential attack vectors. Furthermore, the plugin has no known vulnerabilities, historical or recent, which is a very positive indicator of its security development and maintenance. The limited attack surface, consisting of a single shortcode with no apparent unauthenticated entry points, also contributes to its overall security. This plugin appears to be well-developed from a security perspective, with no immediate red flags raised by the provided data.",[],"2026-03-16T21:02:38.331Z",{"wat":157,"direct":163},{"assetPaths":158,"generatorPatterns":160,"scriptPaths":161,"versionParams":162},[159],"\u002Fwp-content\u002Fplugins\u002Ftemplate-part-shortcode\u002Ftemplate-part-shortcode.php",[],[],[],{"cssClasses":164,"htmlComments":165,"htmlAttributes":166,"restEndpoints":167,"jsGlobals":168,"shortcodeOutput":169},[],[],[],[],[],[170,171],"\u003C!-- BEGIN template-part-shortcode -->","\u003C!-- END template-part-shortcode -->"]