[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f4zYy6EGTcv6dbeGNhvodG1nv58NggYTYGH2uyhxkg5w":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":39,"analysis":129,"fingerprints":268},"easy-tinymce-editor-add-button","Easy Tinymce Editor Add Button","2.0.1","trubine","https:\u002F\u002Fprofiles.wordpress.org\u002Ftrubine\u002F","\u003Cp>Simple plugin for adding buttons to the html wp panel of the tinymce editor.\u003C\u002Fp>\n\u003Cp>Features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Ease of use\u003C\u002Fli>\n\u003Cli>Ability to add any content\u003C\u002Fli>\n\u003Cli>Unlimited number of buttons\u003C\u002Fli>\n\u003Cli>Support for strings \u002F tags \u002F shortcodes\u003C\u002Fli>\n\u003Cli>Ability to add both paired and single shortcodes \u002F tags\u003C\u002Fli>\n\u003C\u002Ful>\n","Simple plugin for adding buttons to the html wp panel of the tinymce editor. Features: Ease of use Ability to add any content Unlimited number of b &hellip;",40,2032,100,1,"2019-12-11T15:18:00.000Z","5.3.21","4.0","5.3",[20,21,22,23,24],"buttons","editor","html-editor","shortcode","tinymce","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-tinymce-editor-add-button.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":35,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},4,70,93,30,89,"2026-04-04T10:35:36.267Z",[40,60,78,96,112],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":50,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":17,"requires_php":25,"tags":54,"homepage":58,"download_link":59,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"addquicktag","AddQuicktag","2.6.1","Frank Bueltge","https:\u002F\u002Fprofiles.wordpress.org\u002Fbueltge\u002F","\u003Cp>This plugin makes it easy to add Quicktags to the html – and visual-editor. It is possible to export your Quicktags as a JSON – file that can be imported in other installations of the plugin.\u003C\u002Fp>\n\u003Cp>WP-AddQuicktag for WordPress is originally created by \u003Ca href=\"http:\u002F\u002Froel.meurders.nl\u002F\" title=\"Roel Meurders\" rel=\"nofollow ugc\">Roel Meurders\u003C\u002Fa>. The versions in the Repo of AddQuicktag are newer versions, this is a complete rewrite of version 2.0.0 with more functionality.\u003C\u002Fp>\n\u003Cp>The plugin can add configurable custom quicktags to the editor of every post type, including custom post types from other sources. You may choose a post type for which a quicktag shall show up in the editor.\u003Cbr \u002F>\nIf this should not work perfectly well for you, you may also use the hooks inside the plugin. See the examples and hint inside the tab “\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Faddquicktag\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa>“.\u003C\u002Fp>\n\u003Ch4>Bugs, technical hints or contribute\u003C\u002Fh4>\n\u003Cp>Please give me feedback, contribute and file technical bugs on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002Faddquicktag\" rel=\"nofollow ugc\">GitHub Repo\u003C\u002Fa>. The Wiki on this page has also several hints for the plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Crafted by \u003Ca href=\"https:\u002F\u002Finpsyde.com\" rel=\"nofollow ugc\">Inpsyde\u003C\u002Fa> · Engineering the web since 2006.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Hook for custom post types\u003C\u002Fh4>\n\u003Cp>The plugin adds the quicktag by default to post types\u002FID \u003Ccode>post\u003C\u002Fcode>, \u003Ccode>page\u003C\u002Fcode> and \u003Ccode>comment\u003C\u002Fcode>. To use the plugin for other post types also you may use a filter; see the following example or an example plugin in the \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F1595155\" rel=\"nofollow ugc\">Gist 1595155\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F add custom function to filter hook 'addquicktag_post_types'\nadd_filter( 'addquicktag_post_types', 'my_addquicktag_post_types' );\n\u002F**\n * Return array $post_types with custom post types\n *\n * @param   $post_type Array\n * @return  $post_type Array\n *\u002F\nfunction my_addquicktag_post_types( $post_types ) {\n\n    $post_types[] = 'edit-comments';\n    return $post_types;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Hook for custom pages\u003C\u002Fh4>\n\u003Cp>It is possible also to filter the pages inside the backend. By default the scripts include the pages \u003Ccode>post.php\u003C\u002Fcode>, \u003Ccode>comment.php\u003C\u002Fcode>. The following example changes this for an another page.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'addquicktag_pages', 'my_addquicktag_pages' );\n\u002F**\n * Return array $page with custom page strings\n *\n * @param   $page Array\n * @return  $page Array\n *\u002F\nfunction my_addquicktag_pages( $page ) {\n\n    $page[] = 'edit-comments.php';\n    return $page;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>See this Gist as an example for how to add the Quicktags to the editor of comments: \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F3076698\" rel=\"nofollow ugc\">Gist: 3076698\u003C\u002Fa>.\u003Cbr \u002F>\nIf you want the Quicktags of this plugin to work on the Quickedit of comments as well, remove the \u003Ccode>.example\u003C\u002Fcode>-part of \u003Ccode>addquicktag_quickedit_comment.php.example\u003C\u002Fcode> filename. The file is a stand alone helper plugin for Add Quicktag. You’ll need to activate this file (plugin) separately in ‘Manage Plugins’.\u003C\u002Fp>\n\u003Ch4>Hook for custom buttons\u003C\u002Fh4>\n\u003Cp>It is possible to add custom buttons to the editor, if the plugin is active.\u003C\u002Fp>\n\u003Cp>The following example adds buttons. The params inside the array are the same as in the settings of the plugin.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>if ( class_exists( 'Add_Quicktag' ) ) :\nadd_filter( 'addquicktag_buttons', 'my_addquicktag_buttons' );\n\nfunction my_addquicktag_buttons( $buttons ) {\n\n    $buttons[] = array(\n        'text'          => 'Permalink',\n        'title'         => '',\n        'start'         => '[permalink]',\n        'end'           => '[\u002Fpermalink]',\n        'access'        => '',\n        'order'         => 1,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    $buttons[] = array(\n        'text'          => 'Button',\n        'title'         => '',\n        'start'         => '\u003Cspan class=\"border blue\">',\n        'end'           => '\u003C\u002Fspan>',\n        'access'        => '',\n        'order'         => 2,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    return $buttons;\n}\nendif;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>License\u003C\u002Fh4>\n\u003Cp>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you may consider to thank me and leave a \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Faddquicktag\u002Freviews\u002F#new-post\" rel=\"ugc\">positive review\u003C\u002Fa> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten 😉\u003C\u002Fp>\n","This plugin makes it easy to add Quicktags to the html - and visual-editor.",100000,1385273,94,44,"2021-05-20T13:37:00.000Z","5.7.15",[55,56,21,57,24],"add-buttons","button","quicktag","http:\u002F\u002Fbueltge.de\u002Fwp-addquicktags-de-plugin\u002F120\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faddquicktag.2.6.1.zip",{"slug":61,"name":62,"version":63,"author":64,"author_profile":65,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":13,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":17,"requires_php":25,"tags":73,"homepage":25,"download_link":77,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"protect-schemaorg-markup-in-html-editor","Protect schema.org markup in HTML editor","0.6","Ecwid by Lightspeed Ecommerce Shopping Cart","https:\u002F\u002Fprofiles.wordpress.org\u002Fecwid\u002F","\u003Cp>WordPress HTML editor (tinyMCE) treats schema.org attributes like itemscope\u002Fitemtype\u002Fitemprop as invalid HTML attributes and strips them when you save the post or page content. This plugin alters this behavior and prevent the WordPress HTML editor from removing the schema.org\u002Fmicrodata markup.\u003C\u002Fp>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>@azaozz suggested the solution. See the issue discussion here: https:\u002F\u002Fcore.trac.wordpress.org\u002Fticket\u002F27931\u003C\u002Fp>\n","Easy tool to stop HTML editor from removing schema.org\u002Fmicrodata tags from post or page content.",800,18329,5,"2025-12-01T06:20:00.000Z","6.9.4",[22,74,75,76,24],"microdata","rich-snippets","schema-org","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fprotect-schemaorg-markup-in-html-editor.0.6.zip",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":13,"num_ratings":14,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":25,"tags":91,"homepage":25,"download_link":95,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"manage-tinymce-editor","Manage TinyMCE Editor","1.0.0","Daniele De Santis","https:\u002F\u002Fprofiles.wordpress.org\u002Fdanieledesantis\u002F","\u003Cp>WordPress Manage TinyMCE Editor allows you to \u003Cstrong>add buttons to WordPress TinyMCE editor\u003C\u002Fstrong>.\u003Cbr \u002F>\nUsing the plugin you will be able to add the following buttons to the default WordPress visual editor:\u003C\u002Fp>\n\u003Cp>Cut\u003Cbr \u002F>\nCopy\u003Cbr \u002F>\nPaste\u003Cbr \u002F>\nSource code\u003Cbr \u002F>\nFont family selector\u003Cbr \u002F>\nFont size selector\u003Cbr \u002F>\nStyle selector\u003Cbr \u002F>\nBackground color\u003Cbr \u002F>\nEmpty document\u003Cbr \u002F>\nSuperscript\u003Cbr \u002F>\nSubscript\u003C\u002Fp>\n\u003Cp>Select the desired buttons in the plugin’s settings page and they will be available in TinyMCE.\u003C\u002Fp>\n","Add buttons to TinyMCE, WordPress' default visual editor.",200,4479,"2017-07-13T11:19:00.000Z","4.8.28","4.8",[21,92,93,24,94],"editor-buttons","text-editor","visual-editor","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmanage-tinymce-editor.1.0.0.zip",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":13,"downloaded":104,"rating":105,"num_ratings":70,"last_updated":106,"tested_up_to":89,"requires_at_least":107,"requires_php":25,"tags":108,"homepage":25,"download_link":111,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"crazy-pills","Crazy Pills","0.4.3","shazdeh","https:\u002F\u002Fprofiles.wordpress.org\u002Fshazdeh\u002F","\u003Cp>Stop the shortcode madness with Crazy Pills. This plugin helps you to build buttons, notification boxes, check & bullet lists, and highlight the text without using shortcodes. It generates clean and pure HTML. Best of all, you can see what it’ll look like as you’re editing your text.\u003C\u002Fp>\n\u003Cp>RTL layout is supported. Also compatible with frontend editor tools that support TinyMCE, like Themify Builder.\u003C\u002Fp>\n\u003Ch4>How to extend the plugin\u003C\u002Fh4>\n\u003Cp>You can modify, and add or remove what buttons with which color styles appear in the editor by copying the includes\u002Fconfig.php file inside the plugin to \u002Fplugins\u002Fcrazy-pills\u002Fconfig.php and modifying that file.\u003C\u002Fp>\n","Build buttons, boxes, beautiful lists, and highlight text right from your editor, with live preview.",7795,96,"2017-06-25T12:44:00.000Z","3.9",[56,21,109,110,24],"shortcodes","styles","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcrazy-pills.zip",{"slug":113,"name":114,"version":115,"author":116,"author_profile":117,"description":118,"short_description":119,"active_installs":120,"downloaded":121,"rating":13,"num_ratings":14,"last_updated":122,"tested_up_to":123,"requires_at_least":124,"requires_php":25,"tags":125,"homepage":127,"download_link":128,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"moods-addon-for-ultimate-tinymce","Moods Addon for Ultimate TinyMCE","1.2","Josh","https:\u002F\u002Fprofiles.wordpress.org\u002Fjosh401\u002F","\u003Cp>Add over 50 animated smilies to your visual tinymce editor.\u003C\u002Fp>\n\u003Cp>This plugin is designed to be used as an add-on to my Ultimate TinyMCE plugin.  However, it can also be used as a stand-alone plugin as well.\u003C\u002Fp>\n\u003Cp>For best results; You can download Ultimate TinyMCE here:\u003Cbr \u002F>\nhttps:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fultimate-tinymce\u002F\u003C\u002Fp>\n\u003Cp>This addon will add a button to your visual tinymce editor for posts\u002Fpages.  Clicking the button will open a popup window with over 50 professionally animated .gif smiley’s.\u003C\u002Fp>\n\u003Cp>You can insert these smiley’s into your post\u002Fpage content areas.  Simply click a smiley, and it is automatically inserted into your content area.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Includes over 50 professionally created animated smiley’s.\u003C\u002Fli>\n\u003Cli>Easily insert them into your posts\u002Fpages with a single click.\u003C\u002Fli>\n\u003Cli>I may consider making new smilies upon request.\u003C\u002Fli>\n\u003C\u002Ful>\n","Add over 50 animated smilies to your visual tinymce editor.",90,11338,"2012-02-09T07:45:00.000Z","3.3.2","3.2.1",[56,20,21,126,24],"smiley","http:\u002F\u002Fwww.joshlobe.com\u002F2011\u002F10\u002Fultimate-tinymce\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmoods-addon-for-ultimate-tinymce.1.2.zip",{"attackSurface":130,"codeSignals":165,"taintFlows":227,"riskAssessment":255,"analyzedAt":267},{"hooks":131,"ajaxHandlers":161,"restRoutes":162,"shortcodes":163,"cronEvents":164,"entryPointCount":28,"unprotectedCount":28},[132,138,143,148,151,154,155,157,159],{"type":133,"name":134,"callback":135,"file":136,"line":137},"action","admin_print_footer_scripts","add_quicktags","includes\\Editor.php",14,{"type":133,"name":139,"callback":140,"file":141,"line":142},"admin_notices","EasyTinymceEditorAddButton\\includes\\Install::addInstallNotice","includes\\Install.php",31,{"type":133,"name":144,"callback":145,"file":146,"line":147},"init","anonymous","includes\\Manager.php",37,{"type":133,"name":149,"callback":145,"file":146,"line":150},"admin_menu",38,{"type":133,"name":152,"callback":145,"file":146,"line":153},"admin_enqueue_scripts",39,{"type":133,"name":152,"callback":145,"file":146,"line":11},{"type":133,"name":144,"callback":145,"file":146,"line":156},41,{"type":133,"name":144,"callback":145,"file":146,"line":158},42,{"type":133,"name":149,"callback":145,"file":146,"line":160},43,[],[],[],[],{"dangerousFunctions":166,"sqlUsage":167,"outputEscaping":176,"fileOperations":28,"externalRequests":28,"nonceChecks":169,"capabilityChecks":28,"bundledLibraries":223},[],{"prepared":168,"raw":169,"locations":170},3,2,[171,173],{"file":141,"line":160,"context":172},"$wpdb->get_var() with variable interpolation",{"file":174,"line":160,"context":175},"includes\\Query.php","$wpdb->get_results() with variable interpolation",{"escaped":28,"rawEcho":177,"locations":178},23,[179,182,184,187,189,191,193,195,196,197,198,199,201,203,205,207,209,212,213,215,217,219,221],{"file":141,"line":180,"context":181},65,"raw output",{"file":141,"line":183,"context":181},92,{"file":185,"line":186,"context":181},"includes\\templates\\block.php",16,{"file":185,"line":188,"context":181},25,{"file":185,"line":190,"context":181},32,{"file":185,"line":192,"context":181},33,{"file":185,"line":194,"context":181},36,{"file":185,"line":153,"context":181},{"file":185,"line":11,"context":181},{"file":185,"line":156,"context":181},{"file":185,"line":158,"context":181},{"file":185,"line":200,"context":181},45,{"file":185,"line":202,"context":181},48,{"file":185,"line":204,"context":181},49,{"file":185,"line":206,"context":181},54,{"file":185,"line":208,"context":181},58,{"file":210,"line":211,"context":181},"includes\\templates\\settings.php",15,{"file":210,"line":186,"context":181},{"file":210,"line":214,"context":181},21,{"file":210,"line":216,"context":181},22,{"file":210,"line":218,"context":181},27,{"file":210,"line":220,"context":181},28,{"file":210,"line":222,"context":181},68,[224],{"name":225,"version":6,"knownCves":226},"TinyMCE",[],[228,247],{"entryPoint":229,"graph":230,"unsanitizedCount":28,"severity":246},"updateButtons (includes\\Admin.php:68)",{"nodes":231,"edges":243},[232,238],{"id":233,"type":234,"label":235,"file":236,"line":237},"n0","source","$_POST['page']","includes\\Admin.php",80,{"id":239,"type":240,"label":241,"file":236,"line":237,"wp_function":242},"n1","sink","wp_redirect() [Open Redirect]","wp_redirect",[244],{"from":233,"to":239,"sanitized":245},true,"low",{"entryPoint":248,"graph":249,"unsanitizedCount":28,"severity":246},"\u003CAdmin> (includes\\Admin.php:0)",{"nodes":250,"edges":253},[251,252],{"id":233,"type":234,"label":235,"file":236,"line":237},{"id":239,"type":240,"label":241,"file":236,"line":237,"wp_function":242},[254],{"from":233,"to":239,"sanitized":245},{"summary":256,"deductions":257},"The \"easy-tinymce-editor-add-button\" plugin v2.0.1 presents a mixed security posture. On the positive side, there are no recorded CVEs, and the static analysis shows a clean bill of health regarding its attack surface, with zero entry points identified.  Furthermore, the absence of dangerous functions, file operations, and external HTTP requests is commendable. The plugin also implements nonce checks, which is a good practice for security.",[258,260,262,265],{"reason":259,"points":186},"All output escaping is missing",{"reason":261,"points":168},"Bundled outdated library (TinyMCE v2.0.1)",{"reason":263,"points":264},"No capability checks for entry points",10,{"reason":266,"points":33},"SQL queries not fully prepared","2026-03-16T22:11:40.754Z",{"wat":269,"direct":276},{"assetPaths":270,"generatorPatterns":272,"scriptPaths":273,"versionParams":274},[271],"\u002Fwp-content\u002Fplugins\u002Feasy-tinymce-editor-add-button\u002Fjs\u002Fadmin.js",[],[271],[275],"\u002Fwp-content\u002Fplugins\u002Feasy-tinymce-editor-add-button\u002Fjs\u002Fadmin.js?ver=2.0.1",{"cssClasses":277,"htmlComments":278,"htmlAttributes":279,"restEndpoints":281,"jsGlobals":282,"shortcodeOutput":284},[],[],[280],"eteab_nonce",[],[283],"ETE_BUTTONS",[]]