[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fS-9ul0kHBz1FYdgRzTAz7Z8tRfPTy8Mwo3LZc8Qf2Vc":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":23,"download_link":24,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":36,"analysis":138,"fingerprints":291},"routed-actions","Routed Actions","1.0.0","David Cramer","https:\u002F\u002Fprofiles.wordpress.org\u002Fdesertsnowman\u002F","\u003Cp>Routed Actions is a development tool that allows you to create a URL that routes to an action. This allows you to then hook into the action and perform tasks.\u003C\u002Fp>\n\u003Cp>These routes can be used for capturing callbacks like a PayPal IPN.\u003C\u002Fp>\n","Creates a URL to route a request to an action.",10,1652,0,"2014-09-17T07:14:00.000Z","4.0.38","3.9","",[19,20,21,4,22],"action","endpoint","rewrite","url","http:\u002F\u002Fdigilab.co.za","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frouted-actions.1.0.0.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":25,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},"desertsnowman",6,1130,1,90,"2026-04-04T04:30:11.154Z",[37,61,83,104,122],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":17,"tags":52,"homepage":56,"download_link":57,"security_score":58,"vuln_count":59,"unpatched_count":13,"last_vuln_date":60,"fetched_at":27},"shortcode-redirect","Shortcode Redirect","1.0.03","cartpauj","https:\u002F\u002Fprofiles.wordpress.org\u002Fcartpauj\u002F","\u003Cp>Shortcode Redirect allows site owners to automatically redirect a user after a chosen amount of seconds when viewing a page or post on the site. The plugin instructions are very simple. Add a shortcode to the post\u002Fpage that looks like the following \u003Ccode>[redirect url='http:\u002F\u002Fsomesite.com' sec='3']\u003C\u002Fcode> the url= part is where you define the URL to redirect the user to and the sec= part is where you define how many seconds to wait before redirecting.\u003C\u002Fp>\n\u003Ch4>Donate\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwww.memberpress.com\u002F?aff=20\" rel=\"nofollow ugc\">If you like this plugin please consider donating\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Works on pages and posts\u003C\u002Fli>\n\u003Cli>NO settings or configurations to deal with\u003C\u002Fli>\n\u003Cli>Define a URL to redirect the user to\u003C\u002Fli>\n\u003Cli>Define how many seconds to wait before re-directing the user.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Note\u003C\u002Fh3>\n\u003Cp>Shortcode redirect should work with older versions of WordPress as well but was not tested with anything older than 2.7\u003C\u002Fp>\n","A super easy way to automatically redirect a user to another page when viewing a post\u002Fpage on your site.",10000,93490,86,31,"2025-08-13T18:54:00.000Z","6.8.5","6.0",[53,54,55,21,22],"page","post","redirect","http:\u002F\u002Fcartpauj.icomnow.com\u002Fprojects\u002Fshortcode-redirect-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcode-redirect.1.0.03.zip",98,2,"2025-08-14 00:00:00",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":69,"downloaded":70,"rating":47,"num_ratings":71,"last_updated":72,"tested_up_to":73,"requires_at_least":74,"requires_php":17,"tags":75,"homepage":81,"download_link":82,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"wp-permastructure","WP Permastructure","1.4.4","Robert O'Rourke","https:\u002F\u002Fprofiles.wordpress.org\u002Fsanchothefat\u002F","\u003Cp>In addition to controlling your custom post type permalinks this plugin adds support for using custom taxonomies in your permalink structures as well.\u003C\u002Fp>\n\u003Cp>Not only that but you can control the full permalink so the post type slug is not required at the start of the link.\u003C\u002Fp>\n\u003Cp>Multiple post types can use the same permalink structure.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>There are 2 ways to use this plugin:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Permalink Settings\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The plugin adds fields to the permalinks settings page for any public facing custom post types.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>In Code\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When registering a post type you can add a value to the rewrite property with the key ‘permastruct’ to define your default permalink structure.\u003C\u002Fp>\n\u003Cp>eg:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\nregister_post_type( 'my_type', array(\n    ...\n    'rewrite' => array(\n        'permastruct' => '\u002F%custom_taxonomy_name%\u002F%author%\u002F%postname%\u002F'\n    ),\n    ...\n) );\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Adds the ability to configure permalinks for custom post types using rewrite tags like %post_id% and %author%.",400,21041,15,"2023-07-26T09:18:00.000Z","6.3.8","3.3",[76,77,78,79,80],"custom-post-types","custom-taxonomies","permalinks","rewrite-rules","urls","https:\u002F\u002Fgithub.com\u002Finterconnectit\u002Fwp-permastructure","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-permastructure.1.4.4.zip",{"slug":84,"name":85,"version":86,"author":87,"author_profile":88,"description":89,"short_description":90,"active_installs":91,"downloaded":92,"rating":93,"num_ratings":94,"last_updated":95,"tested_up_to":50,"requires_at_least":96,"requires_php":97,"tags":98,"homepage":102,"download_link":103,"security_score":91,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"bbpress-permalinks-with-id","Permalinks with ID for bbPress","1.0.7","Nicolas Korobochkin","https:\u002F\u002Fprofiles.wordpress.org\u002Fkorobochkin\u002F","\u003Cp>This plugin transforms default bbPress permalinks (URLs) that use slugs into permalinks that use numeric IDs.\u003C\u002Fp>\n\u003Cp>Please star the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fkorobochkin\u002Fbbpress-permalinks-with-id\u002F\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa> to support continued development of this project.\u003C\u002Fp>\n","Transforms default bbPress permalinks (URLs) that use slugs into permalinks that use numeric IDs.",100,4714,94,3,"2025-09-18T18:47:00.000Z","4.1","5.6",[99,100,101,22],"bbpress","permalink","rewrite-rule","https:\u002F\u002Fgithub.com\u002Fkorobochkin\u002Fbbpress-permalinks-with-id","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbbpress-permalinks-with-id.1.0.7.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":91,"num_ratings":33,"last_updated":114,"tested_up_to":115,"requires_at_least":116,"requires_php":17,"tags":117,"homepage":120,"download_link":121,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"taxonomic-seo-permalinks","Taxonomic SEO Permalink","0.3.1","tj2point0","https:\u002F\u002Fprofiles.wordpress.org\u002Ftj2point0\u002F","\u003Cp>Taxonomic SEO Permalinks is a simple plugin that allows you to create SEO urls based on custom taxonomies in WordPress. I personally wanted to use custom taxonomies in URLs just like built-in taxonomies like category. WordPress does support some options that helps in ‘rewrite’ of permalinks, while creating custom taxonomies. However, I found this thing is not actually working, as I tried and tested.\u003C\u002Fp>\n\u003Cp>So I have created this plugin to fix this issue. This plugin does two major works. First, it modifies links to posts at all the places in blog and second, it helps in parsing the URLs. If you did not understand what I just said, leave it and read below.\u003C\u002Fp>\n\u003Cp>Let me explain you with the help of an example, what we are trying to achieve with this plugin.\u003C\u002Fp>\n\u003Cp>Consider a university website want to build a website for announcing results. The results are announced every six months (summer 2010, winter 2010, …) for various courses (BSc, BTech, …) and for various semesters (final year, second semester, …).\u003C\u002Fp>\n\u003Cp>So we can create three custom taxonomies viz. Season, Course and Semester. What we want is SEO url with the help of custom WordPress taxonomies that will look like:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>http:\u002F\u002Fexample.com\u002Fwinter-2010\u002Fbsc\u002Ffinal-year\u002Flist-of-passed-candidates\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Which you can set in your regular permalink structure options just like\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F%season%\u002F%course%\u002F%semester%\u002F%postname%\u002F\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>NOTE: Currently this plugin do not help you to create custom taxonomies. You will need to use another plugin to create custom taxonomies.\u003C\u002Fp>\n","This plugin helps you to set your permalinks by using custom taxonomies just like you use %category% or %postname% in your permalink structure.",20,8708,"2011-08-20T18:58:00.000Z","3.2.1","3.0.1",[100,21,118,119,22],"seo","taxonomy","http:\u002F\u002Frakesh.tembhurne.com\u002Fprojects\u002Ftaxonomic-seo-permalinks\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftaxonomic-seo-permalinks.tsp-0.3.1.zip",{"slug":123,"name":124,"version":125,"author":126,"author_profile":127,"description":128,"short_description":129,"active_installs":11,"downloaded":130,"rating":13,"num_ratings":13,"last_updated":17,"tested_up_to":115,"requires_at_least":131,"requires_php":17,"tags":132,"homepage":135,"download_link":136,"security_score":91,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":137},"auto-url","Auto URL","1.4","dexxaye","https:\u002F\u002Fprofiles.wordpress.org\u002Fdexxaye\u002F","\u003Cp>\u003Cstrong>Now supports custom post types.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Auto URL generates customized permalinks according to post types, categories and tags.\u003C\u002Fp>\n\u003Cp>You can generate your own customized url for posts, pages and attachments by using different tokens.\u003C\u002Fp>\n\u003Cp>Your posts and pages will still be accessible via your old permalinks.\u003C\u002Fp>\n\u003Cp>WP 3.1 and up only. Beta version. Appreciate any feedback.\u003C\u002Fp>\n\u003Cp>How To Use:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>go to URL Patterns page(wp-admin\u002Fadmin.php?page=au-pattern) to set the patterns for post and page.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>you can set patterns base on tags and categories\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>after you have set the patterns, click Bulk Generate URL to generate your custom url.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>to see generated urls, got to url page(wp-admin\u002Fadmin.php?page=au-url).\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Screenshots: \u003Ca href=\"http:\u002F\u002Fwww.bunchacode.com\u002Fprogramming\u002Fauto-url\u002F\" rel=\"nofollow ugc\">http:\u002F\u002Fwww.bunchacode.com\u002Fprogramming\u002Fauto-url\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Tested On: Firefox 5, Chrome 13, IE 7 and IE 8\u003C\u002Fp>\n\u003Cp>-Available Tokens-\u003C\u002Fp>\n\u003Cp>%id%\u003C\u002Fp>\n\u003Cp>The unique ID # of the post, for example 423\u003C\u002Fp>\n\u003Cp>%name%\u003C\u002Fp>\n\u003Cp>A sanitized version of the title of the post.\u003C\u002Fp>\n\u003Cp>%namepath%\u003C\u002Fp>\n\u003Cp>A sanitized version of the full title path of a page. Similar to %name% but shows the it’s\u003C\u002Fp>\n\u003Cp>title path which includes title of it’s parent. Only available to pages.\u003C\u002Fp>\n\u003Cp>%category%\u003C\u002Fp>\n\u003Cp>A sanitized version of the category name. Uses only the first category.\u003C\u002Fp>\n\u003Cp>%categories%\u003C\u002Fp>\n\u003Cp>A sanitized version of the all the category names.\u003C\u002Fp>\n\u003Cp>%categorypath%\u003C\u002Fp>\n\u003Cp>A sanitized version of the category path name.\u003C\u002Fp>\n\u003Cp>%blogname%\u003C\u002Fp>\n\u003Cp>A sanitized version of the blog name.\u003C\u002Fp>\n\u003Cp>%tag%\u003C\u002Fp>\n\u003Cp>A sanitized version of the tag name. Uses only the first tag\u003C\u002Fp>\n\u003Cp>%tags%\u003C\u002Fp>\n\u003Cp>A sanitized version of all the tag names.\u003C\u002Fp>\n\u003Cp>%author%\u003C\u002Fp>\n\u003Cp>A sanitized version of the author name.\u003C\u002Fp>\n\u003Cp>%year%\u003C\u002Fp>\n\u003Cp>The year of the post, four digits, for example 2004\u003C\u002Fp>\n\u003Cp>%monthnum%\u003C\u002Fp>\n\u003Cp>Month of the year, for example 05\u003C\u002Fp>\n\u003Cp>%day%\u003C\u002Fp>\n\u003Cp>Day of the month, for example 28\u003C\u002Fp>\n\u003Cp>%hour%\u003C\u002Fp>\n\u003Cp>Hour of the day, for example 15\u003C\u002Fp>\n\u003Cp>%minute%\u003C\u002Fp>\n\u003Cp>Minute of the hour, for example 43\u003C\u002Fp>\n\u003Cp>%second%\u003C\u002Fp>\n\u003Cp>Second of the minute, for example 33\u003C\u002Fp>\n","Auto URL generates customized permalinks according to post types, categories and tags",5803,"3.1",[133,134,100,21,22],"attachment","media","http:\u002F\u002Fwww.bunchacode.com\u002Fprogramming\u002Fauto-url","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauto-url.1.4.zip","2026-03-15T10:48:56.248Z",{"attackSurface":139,"codeSignals":214,"taintFlows":241,"riskAssessment":279,"analyzedAt":290},{"hooks":140,"ajaxHandlers":181,"restRoutes":211,"shortcodes":212,"cronEvents":213,"entryPointCount":157,"unprotectedCount":157},[141,146,149,152,158,162,167,171,176],{"type":19,"name":142,"callback":143,"file":144,"line":145},"routedactions_editor_templates","routedactions_render_fieldtype_templates","includes\\functions-editor.php",130,{"type":19,"name":142,"callback":147,"file":144,"line":148},"routedactions_render_panel_templates",155,{"type":19,"name":142,"callback":150,"file":144,"line":151},"routedactions_render_datasets_templates",185,{"type":153,"name":154,"callback":155,"priority":33,"file":156,"line":157},"filter","routedactions_get_route_panels","routedactions_load_route_panels","includes\\functions-panels.php",7,{"type":153,"name":159,"callback":160,"priority":33,"file":161,"line":31},"routedactions_get_route_types","routedactions_load_route_types","includes\\functions-types.php",{"type":19,"name":163,"callback":164,"file":165,"line":166},"admin_menu","routedactions_register_admin_page","includes\\routedactions.php",5,{"type":19,"name":168,"callback":169,"file":165,"line":170},"admin_enqueue_scripts","routedactions_enqueue_admin_stylescripts",8,{"type":19,"name":172,"callback":173,"file":174,"line":175},"init","routedactions_define_handler_rewrites","routed-actions.php",39,{"type":19,"name":177,"callback":178,"priority":179,"file":174,"line":180},"template_redirect","routedactions_define_handle_route",1000,42,[182,187,191,195,199,203,207],{"action":183,"nopriv":184,"callback":185,"hasNonce":184,"hasCapCheck":184,"file":186,"line":11},"route_load_projects",false,"routedactions_load_projects","includes\\functions-admin.php",{"action":188,"nopriv":184,"callback":189,"hasNonce":184,"hasCapCheck":184,"file":186,"line":190},"route_delete_route","routedactions_delete_route",93,{"action":192,"nopriv":184,"callback":193,"hasNonce":184,"hasCapCheck":184,"file":186,"line":194},"route_create_route","routedactions_create_route",113,{"action":196,"nopriv":184,"callback":197,"hasNonce":184,"hasCapCheck":184,"file":186,"line":198},"route_activate_route","routedactions_activate_route",154,{"action":200,"nopriv":184,"callback":201,"hasNonce":184,"hasCapCheck":184,"file":186,"line":202},"route_route_handler","routedactions_route_handler",184,{"action":204,"nopriv":184,"callback":205,"hasNonce":184,"hasCapCheck":184,"file":144,"line":206},"route_close_editor","routedactions_close_editor",4,{"action":208,"nopriv":184,"callback":209,"hasNonce":184,"hasCapCheck":184,"file":144,"line":210},"route_load_route","routedactions_load_route",34,[],[],[],{"dangerousFunctions":215,"sqlUsage":216,"outputEscaping":218,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":240},[],{"prepared":13,"raw":13,"locations":217},[],{"escaped":31,"rawEcho":219,"locations":220},11,[221,224,226,228,229,231,232,234,235,236,237],{"file":144,"line":222,"context":223},145,"raw output",{"file":144,"line":225,"context":223},162,{"file":144,"line":227,"context":223},163,{"file":144,"line":227,"context":223},{"file":144,"line":230,"context":223},164,{"file":144,"line":230,"context":223},{"file":233,"line":71,"context":223},"ui\\admin-menus.php",{"file":233,"line":71,"context":223},{"file":233,"line":71,"context":223},{"file":233,"line":71,"context":223},{"file":238,"line":239,"context":223},"ui\\templates\\admin\\admin-templates.php",26,[],[242,260,270],{"entryPoint":243,"graph":244,"unsanitizedCount":59,"severity":259},"routedactions_create_route (includes\\functions-admin.php:114)",{"nodes":245,"edges":257},[246,251],{"id":247,"type":248,"label":249,"file":186,"line":250},"n0","source","$_POST (x2)",136,{"id":252,"type":253,"label":254,"file":186,"line":255,"wp_function":256},"n1","sink","update_option() [Settings Manipulation]",146,"update_option",[258],{"from":247,"to":252,"sanitized":184},"low",{"entryPoint":261,"graph":262,"unsanitizedCount":59,"severity":259},"routedactions_route_handler (includes\\functions-admin.php:185)",{"nodes":263,"edges":268},[264,266],{"id":247,"type":248,"label":249,"file":186,"line":265},191,{"id":252,"type":253,"label":254,"file":186,"line":267,"wp_function":256},215,[269],{"from":247,"to":252,"sanitized":184},{"entryPoint":271,"graph":272,"unsanitizedCount":206,"severity":259},"\u003Cfunctions-admin> (includes\\functions-admin.php:0)",{"nodes":273,"edges":277},[274,276],{"id":247,"type":248,"label":275,"file":186,"line":250},"$_POST (x4)",{"id":252,"type":253,"label":254,"file":186,"line":255,"wp_function":256},[278],{"from":247,"to":252,"sanitized":184},{"summary":280,"deductions":281},"The \"routed-actions\" plugin version 1.0.0 presents a significant security risk due to its large, unprotected attack surface. All seven identified AJAX handlers lack authentication checks, meaning any user, including unauthenticated ones, can trigger these actions. This is a major concern, as it opens the door for unauthorized operations. While the code signals show no dangerous functions, raw SQL, or external HTTP requests, and taint analysis revealed no critical or high-severity issues, the lack of basic security measures on the AJAX endpoints is alarming.\n\nThe plugin's vulnerability history is clean, with no recorded CVEs. This is a positive indicator, suggesting the developers may have had good intentions or that the plugin hasn't been targeted or thoroughly audited for past vulnerabilities. However, this clean history does not mitigate the immediate risks identified in the current code. The absence of capability checks and nonce verification on the AJAX handlers further exacerbates the problem, making it trivial for attackers to exploit these entry points. The 35% proper output escaping is also a weakness, potentially leading to cross-site scripting (XSS) vulnerabilities if the unescaped outputs are controlled by user input.\n\nIn conclusion, while the plugin boasts a clean vulnerability history and avoids some common pitfalls like raw SQL or dangerous functions, the critical deficiency of unprotected AJAX handlers makes its overall security posture weak and highly concerning. The lack of fundamental security checks on its primary entry points necessitates immediate attention and remediation.",[282,284,286,288],{"reason":283,"points":11},"AJAX handlers without auth checks",{"reason":285,"points":11},"AJAX handlers without capability checks",{"reason":287,"points":11},"AJAX handlers without nonce checks",{"reason":289,"points":31},"Low percentage of properly escaped output","2026-03-17T00:26:22.700Z",{"wat":292,"direct":315},{"assetPaths":293,"generatorPatterns":303,"scriptPaths":304,"versionParams":305},[294,295,296,297,298,299,300,301,302],"\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fcss\u002Fmodals.css","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Fhandlebars.js","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Fhandlebars.baldrick.js","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Fmodals.baldrick.js","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Fjquery.baldrick.js","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Fadmin-app.js","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fcss\u002Fadmin.css","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fcss\u002Feditor.css","\u002Fwp-content\u002Fplugins\u002Frouted-actions\u002Fassets\u002Fjs\u002Feditor-app.js",[],[295,296,297,298,299,302],[306,307,308,309,310,311,312,313,314],"routed-actions\u002Fassets\u002Fcss\u002Fmodals.css?ver=","routed-actions\u002Fassets\u002Fjs\u002Fhandlebars.js?ver=","routed-actions\u002Fassets\u002Fjs\u002Fhandlebars.baldrick.js?ver=","routed-actions\u002Fassets\u002Fjs\u002Fmodals.baldrick.js?ver=","routed-actions\u002Fassets\u002Fjs\u002Fjquery.baldrick.js?ver=","routed-actions\u002Fassets\u002Fjs\u002Fadmin-app.js?ver=","routed-actions\u002Fassets\u002Fcss\u002Fadmin.css?ver=","routed-actions\u002Fassets\u002Fcss\u002Feditor.css?ver=","routed-actions\u002Fassets\u002Fjs\u002Feditor-app.js?ver=",{"cssClasses":316,"htmlComments":322,"htmlAttributes":323,"restEndpoints":325,"jsGlobals":326,"shortcodeOutput":333},[317,318,319,320,321],"routedactions-modal-styles","routedactions-admin-styles","routedactions-editor-styles","routedactions-panel-","routedactions-fieldtype-",[],[324],"data-routedactions-id",[],[327,328,329,330,331,332],"RACTIONS_PATH","RACTIONS_URL","RACTIONS_ICON","RACTIONS_VER","routedactions_pages","field_types",[]]