[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fh7xSQfmz3uVFFbHT7m-BEPTYD9tDBwtYhOWMJv3oI9Q":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":154,"fingerprints":393},"quizy","Quizy","1.1","Jamel.Z","https:\u002F\u002Fprofiles.wordpress.org\u002Flebleut\u002F","\u003Cp>Quizy is in the 1st step of development, if you would like to contribute please refer to our Github repository.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Create Quizzes with (Quiz type, Duration (sec), max nbr questions) \u003C\u002Fli>\n\u003Cli>Create questions and assign them to a picked Quiz (add answers, duration, image …)\u003C\u002Fli>\n\u003Cli>A short code for every quiz\u003C\u002Fli>\n\u003Cli>…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Template System\u003C\u002Fh3>\n\u003Cp>The Quizy template system is pretty similar to the Woocommerce template system :\u003Cbr \u002F>\nIf you need overwrite the Quizy template pages, you just need to copy the \u003Ccode>templates\u003C\u002Fcode> folder from the Quizy directory to your theme or child theme directory and rename it to \u003Ccode>quizy\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Ch3>Shortcode\u003C\u002Fh3>\n\u003Cp>You should use \u003Ccode>[quizy id=1234]\u003C\u002Fcode> where 1234 is the quiz id to show.\u003Cbr \u002F>\nAdd the \u003Ccode>list=yes\u003C\u002Fcode> if you need to list all the quiz questions in one single page \u003Ccode>[quizy id=1234 list=yes ]\u003C\u002Fcode>, otherwise the one question per screen mode will be the default mode for your current quiz.\u003C\u002Fp>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Cp>Action Hooks\u003Cbr \u002F>\n * do_action(‘\u003Ccode>quizy_before_questions\u003C\u002Fcode>‘, $quiz_post)\u003Cbr \u002F>\n * do_action(‘\u003Ccode>quizy_before_question\u003C\u002Fcode>‘, $question)\u003Cbr \u002F>\n * do_action(‘\u003Ccode>quizy_after_question\u003C\u002Fcode>‘, $question)\u003Cbr \u002F>\n * do_action(‘\u003Ccode>quizy_after_questions\u003C\u002Fcode>‘, $quiz_post, $questions)\u003C\u002Fp>\n\u003Cp>Filter Hooks\u003Cbr \u002F>\n * apply_filters(‘\u003Ccode>quizy_locate_template\u003C\u002Fcode>‘, $template, $template_name, $template_path )\u003Cbr \u002F>\n * apply_filters(‘\u003Ccode>quizy_stylesheet_url\u003C\u002Fcode>‘, QUIZY_PLUGIN_URL . ‘assets\u002Fstyle.css’)\u003Cbr \u002F>\n * apply_filters(‘\u003Ccode>quizy_script_url\u003C\u002Fcode>‘, QUIZY_PLUGIN_URL . ‘assets\u002Fquizy.js’);\u003C\u002Fp>\n","Quizy enables you to create quizzes, tests with several common settings with evaluation",0,1597,"2017-05-23T18:48:00.000Z","4.7.32","3.9","",[18,19,20,21,22],"evaluation","extensible","quizzes","shortcode","tests","https:\u002F\u002Fwww.tooltipy.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquizy.zip",85,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},"lebleut",4,1100,82,1367,66,"2026-04-04T02:14:41.621Z",[38,59,85,110,133],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":57,"download_link":58,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"calculate-values-with-shortcodes","Calculate Values with Shortcodes","2.3","bhagwad","https:\u002F\u002Fprofiles.wordpress.org\u002Fbhagwad\u002F","\u003Cp>Have you ever wanted to calculate some values dynamically to display in your posts? Let’s say you have some shortcodes that retrieve values in real time from the database. Now you want to perform some calculations on those shortcodes and display the results in your posts or pages. This plugin allows you to use a simple [calculate] shortcode with the expression inside to display these values in real time!\u003C\u002Fp>\n\u003Cp>So an expression like [calculate]2+3*4[\u002Fcalculate] will return the value “14”. Now just replace any numeric value with a shortcode that returns a number and you’re set.\u003C\u002Fp>\n\u003Ch3>Attributes\u003C\u002Fh3>\n\u003Cp>You can use the “dec” attribute to specify the number of decimal digits you want to round the result up to. The default is “0”. Meaning that by default, all results will be rounded to an integer.\u003C\u002Fp>\n\u003Cp>For international number formatting, you can use the “int” attribute to specify a locale. For example, int=”fr_FR” will format the numbers according to the french locale!\u003C\u002Fp>\n\u003Cp>See screenshots for illustrations.\u003C\u002Fp>\n\u003Cp>For example, you can use this to display values in a table that are constantly changing. Or refer to dynamic prices multiplied by some value. The possibilities are endless.\u003C\u002Fp>\n\u003Cp>You can see a real world example of this plugin at work \u003Ca href=\"https:\u002F\u002Fwww.wp-tweaks.com\u002Fhow-to-calculate-values-in-wordpress-posts-and-pages\u002F\" rel=\"nofollow ugc\">here:\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>The best part is, it doesn’t use dangerous functions like “eval” to work – which means all authors can use it safely. There’s no danger of it breaking your site.\u003C\u002Fp>\n","Allows you to display calculated values in your posts and pages. You can even use dynamic shortcodes as variables!",200,3809,96,9,"2020-05-20T06:44:00.000Z","5.4.19","4.0","5.2.4",[55,18,56],"calculated-fields","shortcodes","https:\u002F\u002Fwww.wp-tweaks.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcalculate-values-with-shortcodes.zip",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":74,"tags":75,"homepage":80,"download_link":81,"security_score":82,"vuln_count":83,"unpatched_count":11,"last_vuln_date":84,"fetched_at":27},"shortcodes-ultimate","WP Shortcodes Plugin — Shortcodes Ultimate","7.4.9","Vova","https:\u002F\u002Fprofiles.wordpress.org\u002Fgn_themes\u002F","\u003Ch3>SHORTCODES ULIMATE – THE #1 SHORTCODES PLUGIN\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgetshortcodes.com\u002F?utm_campaign=wporg&utm_medium=readme&utm_source=description\" rel=\"nofollow ugc\">Shortcodes Ultimate\u003C\u002Fa> is a huge collection of useful elements, that you can use in the post editor, text widgets or even in template files.\u003C\u002Fp>\n\u003Cdiv class=\"embed-vimeo\" style=\"text-align: center;\">\u003Ciframe loading=\"lazy\" src=\"https:\u002F\u002Fplayer.vimeo.com\u002Fvideo\u002F507942335\" width=\"750\" height=\"422\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen>\u003C\u002Fiframe>\u003C\u002Fdiv>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetshortcodes.com\u002Fdocs-category\u002Fshortcodes\u002F?utm_campaign=wporg&utm_medium=readme&utm_source=features\" rel=\"nofollow ugc\">Over 50 gorgeous shortcodes\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Insert shortcodes in 1 click with Live Preview\u003C\u002Fli>\n\u003Cli>Supports the Block Editor\u003C\u002Fli>\n\u003Cli>Seamlessly integrates with your theme\u003C\u002Fli>\n\u003Cli>Looks great on mobile devices\u003C\u002Fli>\n\u003Cli>Custom CSS editor is included\u003C\u002Fli>\n\u003Cli>Developer-friendly with plenty of hooks and extensive documentation\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Included shortcodes\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Posts\u003C\u002Fstrong> – allows you to show specific posts anywhere\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Accordion\u003C\u002Fstrong> – simple toggle block to show\u002Fhide your content\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Button\u003C\u002Fstrong> – highly-customizable button with multiple styles\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightbox\u003C\u002Fstrong> – a lightbox that you can use with virtually any element\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Image Carousel\u003C\u002Fstrong> – beautiful super-customizable image carousel\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Columns\u003C\u002Fstrong> – must-have tool for creating layouts\u003C\u002Fli>\n\u003Cli>And many more…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Get Help\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetshortcodes.com\u002Fdocs\u002F?utm_campaign=wporg&utm_medium=readme&utm_source=links-docs\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fshortcodes-ultimate\" rel=\"ugc\">Community Support Forum\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetshortcodes.com\u002Fsupport\u002Fopen-support-ticket\u002F?utm_campaign=wporg&utm_medium=readme&utm_source=links-support\" rel=\"nofollow ugc\">The Pro Support\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>TRY THE PRO VERSION FOR FREE\u003C\u002Fh3>\n\u003Cp>Try Shortcodes Ultimate Pro risk-free for 30 days. You are fully protected by our no questions asked refund policy!\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgetshortcodes.com\u002Fpricing\u002F?utm_campaign=wporg&utm_medium=readme&utm_source=try-pro\" rel=\"nofollow ugc\">Upgrade to Pro\u003C\u002Fa>\u003C\u002Fp>\n","A comprehensive collection of visual components for your site",400000,24545518,98,5917,"2026-02-02T16:19:00.000Z","6.9.4","5.0","5.4",[76,77,78,21,79],"carousel","columns","posts","toggle","https:\u002F\u002Fgetshortcodes.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcodes-ultimate.7.4.9.zip",88,32,"2025-11-23 10:11:05",{"slug":86,"name":87,"version":88,"author":89,"author_profile":90,"description":91,"short_description":92,"active_installs":93,"downloaded":94,"rating":95,"num_ratings":96,"last_updated":97,"tested_up_to":98,"requires_at_least":99,"requires_php":16,"tags":100,"homepage":105,"download_link":106,"security_score":107,"vuln_count":108,"unpatched_count":11,"last_vuln_date":109,"fetched_at":27},"mw-wp-form","MW WP Form","5.1.0","Takashi Kitajima","https:\u002F\u002Fprofiles.wordpress.org\u002Finc2734\u002F","\u003Cp>\u003Cstrong>This plugin currently has only the minimum required maintenance releases.\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cstrong>Main maintainer has been handed over from @inc2734 to @websoudan.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>MW WP Form can create mail form with a confirmation screen using shortcode.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Form created using shortcodes\u003C\u002Fli>\n\u003Cli>Using confirmation page is possible.\u003C\u002Fli>\n\u003Cli>The page changes by the same URL or individual URL are possible.\u003C\u002Fli>\n\u003Cli>Many validation rules\u003C\u002Fli>\n\u003Cli>Saving inquiry data is possible.\u003C\u002Fli>\n\u003Cli>Displaying Chart using saved inquiry data is possible.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Official\u003C\u002Fh4>\n\u003Cp>https:\u002F\u002Fmw-wp-form.web-soudan.co.jp\u003C\u002Fp>\n\u003Ch4>GitHub\u003C\u002Fh4>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fweb-soudan\u002Fmw-wp-form\u003C\u002Fp>\n\u003Ch4>The following third-party resources\u003C\u002Fh4>\n\u003Cp>Google Charts\u003Cbr \u002F>\nSource: https:\u002F\u002Fdevelopers.google.com\u002Fchart\u002F\u003C\u002Fp>\n\u003Ch4>Contributors\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002F2inc.org\" rel=\"nofollow ugc\">Takashi Kitajima\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Finc2734\" rel=\"nofollow ugc\">inc2734\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwebcre-archive.com\" rel=\"nofollow ugc\">Ryujiro Yamamoto\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fryu263\" rel=\"nofollow ugc\">ryu263\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fkee-non.com\" rel=\"nofollow ugc\">Tsujimoto Tomoyuki\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Ftomothumb\" rel=\"nofollow ugc\">tomothumb\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>[Naoyuki Ohata] ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fnanniku\" rel=\"nofollow ugc\">nanniku\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fmt8.biz\u002F\" rel=\"nofollow ugc\">Kazuto Takeshita\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fmt8biz\u002F\" rel=\"nofollow ugc\">moto hachi\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.next-season.net\u002F\" rel=\"nofollow ugc\">Atsushi Ando\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fnext-season\u002F\" rel=\"nofollow ugc\">NExt-Season\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fvisualive.jp\u002F\" rel=\"nofollow ugc\">Kazuki Tomiyasu\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fkuck1u\u002F\" rel=\"nofollow ugc\">KUCKLU\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fmypacecreator.net\u002F\" rel=\"nofollow ugc\">Kei Nomura\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fmypacecreator\u002F\" rel=\"nofollow ugc\">mypacecreator\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fmh35\" rel=\"nofollow ugc\">mh35\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnojimage\" rel=\"nofollow ugc\">Takashi Nojima\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fherikutu\" rel=\"nofollow ugc\">herikutu\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftsucharoku\" rel=\"nofollow ugc\">tsucharoku\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ft-hamano\" rel=\"nofollow ugc\">Tetsuaki Hamano\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fwildworks\u002F\" rel=\"nofollow ugc\">t-hamano\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmusus\" rel=\"nofollow ugc\">Susumu Seino\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fmusus\u002F\" rel=\"nofollow ugc\">Susumu Seino\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Flikr\" rel=\"nofollow ugc\">Yosuke Onoue\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Flikr\u002F\" rel=\"nofollow ugc\">likr\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fyudai524\" rel=\"nofollow ugc\">Yudai Konishi\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fyudai524\u002F\" rel=\"nofollow ugc\">Yudai Konishi\u003C\u002Fa> )\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnoldorinfo\" rel=\"nofollow ugc\">takekoshi\u003C\u002Fa> ( \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fnoldorinfo\u002F\" rel=\"nofollow ugc\">takekoshi\u003C\u002Fa> )\u003C\u002Fli>\n\u003C\u002Ful>\n","MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving,  &hellip;",200000,1771027,86,22,"2024-03-13T02:48:00.000Z","6.4.8","6.0",[101,102,103,104,21],"confirm","form","mail","preview","https:\u002F\u002Fmw-wp-form.web-soudan.co.jp","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmw-wp-form.5.1.0.zip",81,5,"2024-01-31 00:00:00",{"slug":111,"name":112,"version":113,"author":114,"author_profile":115,"description":116,"short_description":117,"active_installs":118,"downloaded":119,"rating":69,"num_ratings":120,"last_updated":121,"tested_up_to":72,"requires_at_least":122,"requires_php":123,"tags":124,"homepage":129,"download_link":130,"security_score":69,"vuln_count":131,"unpatched_count":11,"last_vuln_date":132,"fetched_at":27},"shortcoder","Shortcoder — Create Shortcodes for Anything","6.5.2","vaakash","https:\u002F\u002Fprofiles.wordpress.org\u002Fvaakash\u002F","\u003Cp>Shortcoder plugin allows to create a custom shortcodes for HTML, JavaScript, CSS and other code snippets. Now the shortcodes can be used in posts\u002Fpages and the snippet will be replaced in place.\u003C\u002Fp>\n\u003Ch3>✍ Create shortcodes easily\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Give a name for the shortcode\u003C\u002Fli>\n\u003Cli>Paste the HTML\u002FJavaScript\u002FCSS as shortcode content\u003C\u002Fli>\n\u003Cli>Save !\u003C\u002Fli>\n\u003Cli>Now insert the shortcode \u003Ccode>[sc name=\"my_shortcode\"]\u003C\u002Fcode> in your post\u002Fpage.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Voila !\u003C\u002Fstrong> You got the HTML\u002FJavascript\u002FCSS in your post.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>✨ Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Create \u003Cstrong>custom shortcodes\u003C\u002Fstrong> easily and use them in any place where shortcode is supported.\u003C\u002Fli>\n\u003Cli>Have any \u003Cstrong>HTML\u003C\u002Fstrong>, \u003Cstrong>Javascript\u003C\u002Fstrong>, \u003Cstrong>CSS\u003C\u002Fstrong> as Shortcode content.\u003C\u002Fli>\n\u003Cli>Insert: \u003Cstrong>Custom parameters\u003C\u002Fstrong> in shortcode\u003C\u002Fli>\n\u003Cli>Insert: \u003Cstrong>WordPress parameters\u003C\u002Fstrong> in shortcode\u003C\u002Fli>\n\u003Cli>Multiple editors: Code, Visual and text modes.\u003C\u002Fli>\n\u003Cli>Globally disable the shortcode when not needed.\u003C\u002Fli>\n\u003Cli>Disable shortcode on desktop, mobile devices.\u003C\u002Fli>\n\u003Cli>A button in post editor to pick the shortcodes to insert.\u003C\u002Fli>\n\u003Cli>Execute blocks HTML in shortcode content.\u003C\u002Fli>\n\u003Cli>Insert shortcodes in Gutenberg\u002Fblock editor.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🎲 An example usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Create a shortcode named “adsenseAd” in the Shortcoder admin page.\u003C\u002Fli>\n\u003Cli>Paste the adsense code in the box given and save it.\u003C\u002Fli>\n\u003Cli>Use \u003Ccode>[sc name=\"adsenseAd\"]\u003C\u002Fcode> in your posts and pages.\u003C\u002Fli>\n\u003Cli>Tada !!! the ad code is replaced and it appears in the post.\u003C\u002Fli>\n\u003Cli>Now you can edit the ad code at one place and the code is updated in all the locations where the shortcode is used.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Similarly shortcodes can be created for frequently used snippets.\u003C\u002Fp>\n\u003Cp>You can also add \u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fdocs\u002Fshortcoder\u002F\" rel=\"nofollow ugc\">custom parameters\u003C\u002Fa> (like \u003Ccode>%%id%%\u003C\u002Fcode>) inside the snippets, and change it’s value like \u003Ccode>[sc name=\"youtube\" id=\"GrlRADfvjII\"]\u003C\u002Fcode> when using them.\u003C\u002Fp>\n\u003Ch3>🧱 Using in block editor\u003C\u002Fh3>\n\u003Cp>Though shortcodes can be used in \u003Cstrong>any\u003C\u002Fstrong> place manually, Shortcoder provides below options to select and insert the shortcodes created easily when working with the block editor.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Shortcoder block\u003C\u002Fli>\n\u003Cli>Toolbar button to select and insert shortcodes inline (under “more”)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>💎 Upgrade to PRO\u003C\u002Fh3>\n\u003Cp>Shortcoder also provides a \u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fwordpress-plugins\u002Fshortcoder\u002F\" rel=\"nofollow ugc\">PRO version\u003C\u002Fa> which has additional features to further enhance the experience. Below features are offered in the PRO version.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Custom editor\u003C\u002Fstrong> – Edit Shortcode content using block editor or page builder plugins like Elementor and WPBakery.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>(New) Translation with WPML\u003C\u002Fstrong> – Translate Shortcode content with WPML.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Revisions\u003C\u002Fstrong> – Revisions support for Shortcode content.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Locate shortcode\u003C\u002Fstrong> – Search posts and pages where a shortcode is used.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Extra code\u003C\u002Fstrong> – Include extra code to the footer when a shortcode is used in a page.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fwordpress-plugins\u002Fshortcoder\u002F\" rel=\"nofollow ugc\">Get started with Shortcoder – PRO\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Links\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fdocs\u002Fshortcoder\u002F\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fdocs\u002Fshortcoder\u002Ffaq\u002F\" rel=\"nofollow ugc\">FAQs\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fforum\u002F\" rel=\"nofollow ugc\">Support forum\u002FReport bugs\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.aakashweb.com\u002Fwordpress-plugins\u002Fshortcoder\u002F#pro\" rel=\"nofollow ugc\">PRO features\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Create custom \"Shortcodes\" easily for HTML, JavaScript, CSS code snippets and use the shortcodes within posts, pages & widgets",100000,1888190,225,"2026-03-01T17:44:00.000Z","4.9.0","5.3",[125,126,127,21,128],"code","html","javascript","snippets","https:\u002F\u002Fwww.aakashweb.com\u002Fwordpress-plugins\u002Fshortcoder\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcoder.6.5.2.zip",2,"2026-01-09 00:00:00",{"slug":134,"name":135,"version":136,"author":137,"author_profile":138,"description":139,"short_description":140,"active_installs":141,"downloaded":142,"rating":48,"num_ratings":143,"last_updated":144,"tested_up_to":145,"requires_at_least":146,"requires_php":16,"tags":147,"homepage":151,"download_link":152,"security_score":153,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"display-posts-shortcode","Display Posts – Easy lists, grids, navigation, and more","3.0.3","Bill Erickson","https:\u002F\u002Fprofiles.wordpress.org\u002Fbillerickson\u002F","\u003Cp>Display Posts allows you easily list content from all across your website. Start by adding this shortcode in the content editor to display a list of your most recent posts:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[display-posts]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Filter by Category\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>To only show posts within a certain category, use the category parameter:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[display-posts category=\"news\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Display as Post Grid\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>You can create a great looking, column-based grid of posts with a bit of styling. \u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002F2019\u002F01\u002F04\u002Fpost-grid-styling\u002F\" rel=\"nofollow ugc\">Here’s how!\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>List Popular Posts\u003C\u002Fstrong>\u003Cbr \u002F>\nYou can highlight your popular content in multiple ways. If you want to feature the posts with the most comments, use:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[display-posts orderby=\"comment_count\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also list \u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002F2019\u002F01\u002F04\u002Fmost-popular-posts-by-social-shares\u002F\" rel=\"nofollow ugc\">most popular posts by social shares\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Include thumbnails, excerpts, and more\u003C\u002Fstrong>\u003Cbr \u002F>\nThe \u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Fdocs\u002Fparameters\u002F#display-parameters\" rel=\"nofollow ugc\">display parameters\u003C\u002Fa> let you control what information is displayed for each post. To include an image and summary, use:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[display-posts include_excerpt=\"true\" image_size=\"thumbnail\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can use any image size added by WordPress (thumbnail, medium, medium_large, large) OR any custom image size added by your theme or other plugins.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Sort the list however you like\u003C\u002Fstrong>\u003Cbr \u002F>\nBy default the listing will list the newest content first, but you can order by title, menu order, relevance, content type, metadata, and more.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>List upcoming events\u003C\u002Fstrong>\u003Cbr \u002F>\nYou can easily list upcoming events from any event calendar. Each plugin will require slightly different code.\u003C\u002Fp>\n\u003Cp>Here are \u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Ftag\u002Fevents\u002F\" rel=\"nofollow ugc\">tutorials for popular event calendar plugins\u003C\u002Fa>. If your plugin is not listed here, submit a support request and I’ll add it!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Tutorials\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Ftutorials\u002F\" rel=\"nofollow ugc\">Our tutorials\u003C\u002Fa> cover common customization requests, and are updated often.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Full Documentation\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Fdocs\u002Fparameters\u002F#query-parameters\" rel=\"nofollow ugc\">Query parameters\u003C\u002Fa> for customizing which posts are listed (filter by category, tag, date…)\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Fdocs\u002Fparameters\u002F#display-parameters\" rel=\"nofollow ugc\">Display parameters\u003C\u002Fa> determine how the posts appear (title, excerpt, image…)\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002F2019\u002F01\u002F04\u002Fuse-template-parts-to-match-your-themes-styling\u002F\" rel=\"nofollow ugc\">Template parts\u003C\u002Fa> for Display Posts to perfectly match your theme’s post listings\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Fdocs\u002Fthe-output-filter\u002F\" rel=\"nofollow ugc\">Output filter\u003C\u002Fa> for complete control over how the listing looks on your site\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdisplayposts.com\u002Fdocs\u002Fparameters\u002F#display-parameters\" rel=\"nofollow ugc\">Filters\u003C\u002Fa> for even more powerful customizations for developers\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Extensions\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002FDisplay-Posts-Pagination\" rel=\"nofollow ugc\">Display Posts – Pagination\u003C\u002Fa> – Allow results of Display Posts to be paginated\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdisplay-posts-date-view\u002F\" rel=\"ugc\">Display Posts – Date View\u003C\u002Fa> – Lets you break your content down by month or year.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002FDisplay-Posts-Alpha-View\" rel=\"nofollow ugc\">Display Posts – Alpha View\u003C\u002Fa> – Display an alphabetical listing of your content, broken down by letter\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002FDisplay-Posts-Transient-Cache\" rel=\"nofollow ugc\">Display Posts – Transient Cache\u003C\u002Fa> – Cache the output using transients\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002Fdps-coauthor-addon\" rel=\"nofollow ugc\">Co-Authors Plus Addon\u003C\u002Fa> – multiple authors on posts\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002Fdps-columns-extension\" rel=\"nofollow ugc\">Columns Extension\u003C\u002Fa> – display posts in columns\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbillerickson\u002FDPS-Exclude-Sticky\" rel=\"nofollow ugc\">DPS Exclude Sticky\u003C\u002Fa> – exclude sticky posts unless specifically requested\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fshazahm1\u002FDisplay-Posts-Shortcode-Pinch-Zoomer\" rel=\"nofollow ugc\">DPS Pinch Zoomer\u003C\u002Fa> – adds support pinch zooming post images on mobile devices and mouse wheel zooming on desktops\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fshazahm1\u002FDisplay-Posts-Shortcode-Remote\" rel=\"nofollow ugc\">Display Posts Shortcode Remote\u003C\u002Fa> – display posts from a remote WordPress site utilizing the WP REST API.\u003C\u002Fli>\n\u003C\u002Ful>\n","Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.",80000,1250447,164,"2024-10-14T16:53:00.000Z","6.6.5","3.0",[148,149,78,150,21],"page","pages","query","https:\u002F\u002Fdisplayposts.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisplay-posts-shortcode.3.0.3.zip",92,{"attackSurface":155,"codeSignals":242,"taintFlows":334,"riskAssessment":382,"analyzedAt":392},{"hooks":156,"ajaxHandlers":236,"restRoutes":237,"shortcodes":238,"cronEvents":240,"entryPointCount":241,"unprotectedCount":11},[157,163,167,171,176,179,183,187,192,195,197,198,201,205,209,214,218,220,224,228,232],{"type":158,"name":159,"callback":160,"file":161,"line":162},"action","init","register_post_type","includes\\question-cpt-class.php",27,{"type":158,"name":164,"callback":165,"file":161,"line":166},"add_meta_boxes","register_meta_boxes",29,{"type":158,"name":168,"callback":169,"file":161,"line":170},"save_post","save_question",31,{"type":158,"name":172,"callback":173,"priority":174,"file":161,"line":175},"quick_edit_custom_box","display_quickedit_settings",10,37,{"type":158,"name":168,"callback":177,"file":161,"line":178},"quick_save_duration",39,{"type":158,"name":180,"callback":181,"file":161,"line":182},"admin_notices","report_admin_notice",41,{"type":158,"name":184,"callback":185,"file":161,"line":186},"restrict_manage_posts","admin_quizzes_filter_restrict",43,{"type":188,"name":189,"callback":190,"file":161,"line":191},"filter","parse_query","admin_questions_filter",45,{"type":158,"name":159,"callback":160,"file":193,"line":194},"includes\\quiz-cpt-class.php",28,{"type":158,"name":159,"callback":196,"file":193,"line":166},"register_taxonomies",{"type":158,"name":164,"callback":165,"file":193,"line":170},{"type":158,"name":168,"callback":199,"file":193,"line":200},"save_quiz",33,{"type":188,"name":202,"callback":203,"priority":174,"file":193,"line":204},"post_row_actions","edit_question_actions",36,{"type":188,"name":206,"callback":207,"file":193,"line":208},"the_content","quiz_page_filter",46,{"type":158,"name":210,"callback":211,"priority":174,"file":212,"line":213},"quizy_before_questions","quizy_quiz_description_template","includes\\quizy-default-hooks.php",6,{"type":158,"name":215,"callback":216,"priority":174,"file":212,"line":217},"quizy_after_questions","quizy_quiz_submit_button_template",25,{"type":158,"name":215,"callback":219,"priority":49,"file":212,"line":175},"quizy_show_questions_number",{"type":158,"name":221,"callback":222,"file":223,"line":107},"admin_menu","add_admin_menu","quizy.php",{"type":158,"name":225,"callback":226,"file":223,"line":227},"admin_init","settings_init",83,{"type":158,"name":229,"callback":230,"file":223,"line":231},"admin_enqueue_scripts","admin_scripts",124,{"type":158,"name":233,"callback":234,"file":223,"line":235},"wp_enqueue_scripts","frontend_scripts",126,[],[],[239],{"tag":4,"callback":21,"file":193,"line":178},[],1,{"dangerousFunctions":243,"sqlUsage":248,"outputEscaping":250,"fileOperations":11,"externalRequests":11,"nonceChecks":241,"capabilityChecks":241,"bundledLibraries":333},[244],{"fn":245,"file":161,"line":246,"context":247},"unserialize",417,"$report = unserialize($post_meta['report'][0]);",{"prepared":11,"raw":11,"locations":249},[],{"escaped":251,"rawEcho":252,"locations":253},24,48,[254,257,258,259,261,262,263,265,266,268,269,270,272,274,276,278,280,282,284,286,288,289,290,292,294,296,298,299,301,302,303,305,306,308,310,312,314,316,319,320,321,322,323,324,325,326,328,330],{"file":161,"line":255,"context":256},77,"raw output",{"file":161,"line":255,"context":256},{"file":161,"line":255,"context":256},{"file":161,"line":260,"context":256},102,{"file":161,"line":260,"context":256},{"file":161,"line":260,"context":256},{"file":161,"line":264,"context":256},105,{"file":161,"line":264,"context":256},{"file":161,"line":267,"context":256},113,{"file":161,"line":267,"context":256},{"file":161,"line":267,"context":256},{"file":161,"line":271,"context":256},115,{"file":161,"line":273,"context":256},130,{"file":161,"line":275,"context":256},296,{"file":161,"line":277,"context":256},304,{"file":161,"line":279,"context":256},311,{"file":161,"line":281,"context":256},318,{"file":161,"line":283,"context":256},330,{"file":161,"line":285,"context":256},358,{"file":193,"line":287,"context":256},140,{"file":193,"line":287,"context":256},{"file":193,"line":287,"context":256},{"file":193,"line":291,"context":256},156,{"file":193,"line":293,"context":256},169,{"file":193,"line":295,"context":256},261,{"file":193,"line":297,"context":256},348,{"file":212,"line":208,"context":256},{"file":223,"line":300,"context":256},244,{"file":223,"line":300,"context":256},{"file":223,"line":300,"context":256},{"file":304,"line":49,"context":256},"templates\\elements\\quiz-info.php",{"file":304,"line":174,"context":256},{"file":304,"line":307,"context":256},11,{"file":304,"line":309,"context":256},12,{"file":304,"line":311,"context":256},13,{"file":304,"line":313,"context":256},14,{"file":315,"line":309,"context":256},"templates\\elements\\quiz-submit.php",{"file":317,"line":318,"context":256},"templates\\question-content.php",19,{"file":317,"line":217,"context":256},{"file":317,"line":217,"context":256},{"file":317,"line":162,"context":256},{"file":317,"line":162,"context":256},{"file":317,"line":162,"context":256},{"file":317,"line":204,"context":256},{"file":317,"line":178,"context":256},{"file":327,"line":182,"context":256},"templates\\quiz-evaluation.php",{"file":327,"line":329,"context":256},109,{"file":331,"line":332,"context":256},"templates\\single-quiz-tpl.php",3,[],[335,353,364,372],{"entryPoint":336,"graph":337,"unsanitizedCount":11,"severity":352},"\u003Cquestion-cpt-class> (includes\\question-cpt-class.php:0)",{"nodes":338,"edges":349},[339,344],{"id":340,"type":341,"label":342,"file":161,"line":343},"n0","source","$_POST",150,{"id":345,"type":346,"label":347,"file":161,"line":279,"wp_function":348},"n1","sink","echo() [XSS]","echo",[350],{"from":340,"to":345,"sanitized":351},true,"low",{"entryPoint":354,"graph":355,"unsanitizedCount":11,"severity":352},"quizy_add_hidden (includes\\quizy-core-functions.php:22)",{"nodes":356,"edges":362},[357,360],{"id":340,"type":341,"label":358,"file":359,"line":170},"$_POST (x2)","includes\\quizy-core-functions.php",{"id":345,"type":346,"label":347,"file":359,"line":361,"wp_function":348},60,[363],{"from":340,"to":345,"sanitized":351},{"entryPoint":365,"graph":366,"unsanitizedCount":11,"severity":352},"\u003Cquizy-core-functions> (includes\\quizy-core-functions.php:0)",{"nodes":367,"edges":370},[368,369],{"id":340,"type":341,"label":358,"file":359,"line":170},{"id":345,"type":346,"label":347,"file":359,"line":361,"wp_function":348},[371],{"from":340,"to":345,"sanitized":351},{"entryPoint":373,"graph":374,"unsanitizedCount":241,"severity":352},"\u003Cquiz-evaluation> (templates\\quiz-evaluation.php:0)",{"nodes":375,"edges":379},[376,378],{"id":340,"type":341,"label":342,"file":327,"line":377},15,{"id":345,"type":346,"label":347,"file":327,"line":329,"wp_function":348},[380],{"from":340,"to":345,"sanitized":381},false,{"summary":383,"deductions":384},"The Quizy plugin version 1.1 exhibits a generally positive security posture, with no recorded vulnerabilities or CVEs. The plugin demonstrates good practices in its use of prepared statements for SQL queries and includes both nonce and capability checks for its single entry point (a shortcode). This indicates a proactive approach to preventing common WordPress exploits.\n\nHowever, the static analysis does reveal areas for improvement. The presence of the `unserialize` function is a significant concern, as it can be a vector for object injection vulnerabilities if not handled with extreme care and strict validation of the serialized data. Furthermore, the output escaping is only 33% proper, which poses a risk of cross-site scripting (XSS) vulnerabilities if user-supplied data is not adequately sanitized before being displayed.\n\nWhile the lack of historical vulnerabilities is encouraging, it doesn't negate the risks identified in the code. The taint analysis, although showing no critical or high severity unsanitized flows, did identify one flow with an unsanitized path, which warrants further investigation and mitigation. Overall, Quizy 1.1 has a solid foundation but requires attention to the `unserialize` function and output escaping to achieve a more robust security profile.",[385,387,389],{"reason":386,"points":377},"Dangerous function unserialize found",{"reason":388,"points":174},"Low percentage of properly escaped output",{"reason":390,"points":391},"Taint flow with unsanitized path",8,"2026-03-17T06:58:15.468Z",{"wat":394,"direct":404},{"assetPaths":395,"generatorPatterns":401,"scriptPaths":402,"versionParams":403},[396,397,398,399,400],"\u002Fwp-content\u002Fplugins\u002Fquizy\u002Fadmin\u002Fassets\u002Flist-questions.js","\u002Fwp-content\u002Fplugins\u002Fquizy\u002Fadmin\u002Fassets\u002Fadmin.js","\u002Fwp-content\u002Fplugins\u002Fquizy\u002Fadmin\u002Fassets\u002Fstyle.css","\u002Fwp-content\u002Fplugins\u002Fquizy\u002Fassets\u002Fstyle.css","\u002Fwp-content\u002Fplugins\u002Fquizy\u002Fassets\u002Fquizy.js",[],[396,397,400],[],{"cssClasses":405,"htmlComments":408,"htmlAttributes":414,"restEndpoints":418,"jsGlobals":419,"shortcodeOutput":422},[406,407],"quizy-wrap","quizy-main-content",[409,410,411,412,413],"\u003C!-- Quizy settings page -->","\u003C!-- Quizy Options -->","\u003C!-- Quizy - Main Wrapper -->","\u003C!-- Quizy Admin Script -->","\u003C!-- Quizy Frontend Script -->",[415,416,417],"data-quizy-id","data-quizy-ajax-url","data-quizy-nonce",[],[420,421],"QuizyAdmin","QuizyFrontend",[423,424],"\u003Cdiv class=\"quizy-shortcode-wrapper\">","\u003Cdiv class=\"quizy-quiz-container\">"]