[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ftACXBf4ajJiNRwQk_ci7MozToP8yNFLxklEtqsLI_68":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":14,"tags":17,"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":37,"analysis":143,"fingerprints":214},"custom-resources","Custom Resources","1.0.7","Fineswap","https:\u002F\u002Fprofiles.wordpress.org\u002Ffineswap\u002F","\u003Cp>This plugin will make developers and site builders (hopefully very) happy.\u003C\u002Fp>\n\u003Cp>It enables site administrators to supply additional styles or\u002Fand scripts to\u003Cbr \u002F>\nbe loaded alongside the theme’s resources. It will work regardless which\u003Cbr \u002F>\ntheme the site is running, which makes it brilliant for adding custom\u003Cbr \u002F>\nprogramming and content blocks.\u003C\u002Fp>\n\u003Cp>Styles and scripts can be either entered manually or loaded from\u003Cbr \u002F>\nexternal URL’s.\u003C\u002Fp>\n\u003Cp>Brought to you by \u003Ca href=\"http:\u002F\u002Ffineswap.com\u002F?utm_source=wordpress&utm_medium=plugin&utm_term=readme-desc&utm_campaign=custom-resources\" title=\"A blog and a mobile app advocating sustainability and green living\" rel=\"nofollow ugc\">Fineswap\u003C\u002Fa> Team.\u003C\u002Fp>\n","Easily load additional styles and scripts (for both front and backend pages). Works by direct inline embedding or by using URL's.",10,2540,0,"","3.7.41","3.0.1",[18,19,20,21,22],"custom","embed","inline","scripts","styles","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-resources\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-resources.zip",100,null,"2026-03-15T10:48:56.248Z",[],{"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},"fineswap",2,20,93,30,89,"2026-04-04T15:55:57.255Z",[38,57,81,101,127],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":11,"downloaded":46,"rating":13,"num_ratings":13,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":14,"download_link":54,"security_score":55,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":56},"embed-javascript-file-content","Embed JavaScript File Content","1.0","Palasthotel GmbH","https:\u002F\u002Fprofiles.wordpress.org\u002Fpalasthotel\u002F","\u003Cp>In some critical cases you cannot wait for a JavaScript file to load. Then you can benefit from better performance, if you embed the JavaScript code directly into the \u003Ccode>\u003Cscript>\u003C\u002Fcode> tag. This is where this plugin comes in: It provides a filter \u003Ccode>embed_javascript_file_content_handles\u003C\u002Fcode>, which takes JavaScript handles and echos their code content into the DOM instead of linking to a file.\u003C\u002Fp>\n\u003Cp>Please beware that placing lots of embedded JavaScript code can be critical! First you lose caching benefits and second the document size can increase easily. A general rule of thumb is that you should only consider JavaScript files for inline placement, which are critical and which have a file size lower than ~500 Bytes.\u003C\u002Fp>\n\u003Ch4>Example\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_action( 'wp_enqueue_scripts', 'my_scripts' );\nfunction my_scripts() {\n    \u002F\u002F Some critical script is enqueued\n    wp_enqueue_script( 'js-detection', get_template_directory_uri() . '\u002Fjs\u002Fjs-detection.js' );\n}\n\n\u002F**\n * Define JavaScript handles to be echoed inline in the html head section.\n *\u002F\nadd_filter( 'embed_javascript_file_content_handles', 'my_embed_javascript_file_content_handles' );\nfunction my_embed_javascript_file_content_handles( $handles ) {\n    $scripts = [ 'js-detection' ];\n\n    return array_merge( $handles, $scripts );\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Boosts performance of critical short JavaScript files by allowing to embed their code instead of linking to files. Script positions and extra scripts  &hellip;",1097,"2020-04-29T20:03:00.000Z","5.4.19","4.1","5.4",[19,52,20,53,21],"enqueue","javascript","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fembed-javascript-file-content.zip",85,"2026-03-15T15:16:48.613Z",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":72,"tags":73,"homepage":79,"download_link":80,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":56},"child-theme-configurator","Child Theme Configurator","2.6.7","lilaeamedia","https:\u002F\u002Fprofiles.wordpress.org\u002Flilaeamedia\u002F","\u003Cp>Child Theme Configurator is a fast and easy to use utility that allows you to analyze any theme for common problems, create a child theme and customize it beyond the options of the Customizer. Designed for WordPress users who want to be able to customize child theme stylesheets directly, Child Theme Configurator lets you easily identify and override the exact CSS attributes you want to customize. The Analyzer scans the rendered theme and automatically configures your child theme. It correctly enqueues theme and font stylesheets for optimum performance and handles vendor-specific syntax, giving you unlimited control over the Child Theme look and feel while leaving your Parent Theme untouched. \u003Ca href=\"http:\u002F\u002Fwww.childthemeplugin.com\" rel=\"nofollow ugc\">Learn more about how to create a child theme\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Take Control of Your Child Themes\u003C\u002Fh4>\n\u003Cp>Child Theme Configurator parses and indexes your stylesheets so that every CSS media query, selector, property and value are at your fingertips. Second, it shows you how each customization you make will look before you commit it to the child theme. Finally, it saves your work so that you can customize styles in your child themes without the risk of losing your edits.\u003C\u002Fp>\n\u003Cp>You can create any number of child themes from your existing Parent Themes. Child Theme Configurator lets you choose from your installed themes (even existing child themes) and save the results in your Themes directory.\u003C\u002Fp>\n\u003Cp>When you are ready, just activate the Child Theme and your WordPress site takes on the custom styles automatically.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FxL0YmieF6d0?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Why create child themes and customize styles using Child Theme Configurator?\u003C\u002Fh4>\n\u003Col>\n\u003Cli>\n\u003Cp>Some things cannot be changed using the Customizer.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Unless you use a child theme, you will lose any changes you made to templates and stylesheets when you update.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Child Theme Configurator automatically determines the correct way to set up a child theme based on the theme you are using.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>You can find the exact style selectors your theme uses and change properties quickly.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>You can locate, copy and edit theme templates from the admin.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Much more:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Update themes without losing customizations\u003C\u002Fli>\n\u003Cli>Smart Theme Analyzer determines correct settings to use\u003C\u002Fli>\n\u003Cli>Resolve common child theme issues with almost any parent theme\u003C\u002Fli>\n\u003Cli>Copy existing widgets, menus and Customizer options to child theme\u003C\u002Fli>\n\u003Cli>Use web fonts in your child theme\u003C\u002Fli>\n\u003Cli>Enqueue (link) stylesheets instead of using @import\u003C\u002Fli>\n\u003Cli>Quickly locate and edit theme CSS.\u003C\u002Fli>\n\u003Cli>Customize @media queries for responsive design\u003C\u002Fli>\n\u003Cli>Select hex, RGBA (transparent) and named colors using Spectrum color picker\u003C\u002Fli>\n\u003Cli>Add fallback styles (multiple values per property)\u003C\u002Fli>\n\u003Cli>Save hours of development time\u003C\u002Fli>\n\u003Cli>Multisite compatible\u003C\u002Fli>\n\u003Cli>Make modifications unavailable to the Customizer\u003C\u002Fli>\n\u003Cli>Export child themes as Zip Archive\u003C\u002Fli>\n\u003Cli>Identify and override exact selectors from the parent theme\u003C\u002Fli>\n\u003Cli>Change specific colors, backgrounds, font styles, etc., without changing other elements\u003C\u002Fli>\n\u003Cli>Automatically generate cross-browser and vendor-prefixed properties and CSS gradients\u003C\u002Fli>\n\u003Cli>Preview custom styles before committing to them\u003C\u002Fli>\n\u003Cli>Uses WP Filesystem API – will not create files you cannot remove\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Child Theme Configurator PRO\u003C\u002Fh4>\n\u003Cp>Apply the CSS customizing power of Child Theme Configurator to any WordPress Plugin installed on your website. Child Theme Configurator PRO scans your plugins and lets you customize their stylesheets. We’ve added more features to make customizing styles quicker and easier with PRO.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FfktwCk43a8c?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Learn more at http:\u002F\u002Fwww.childthemeplugin.com\u002Fchild-theme-configurator-pro\u003C\u002Fp>\n\u003Ch4>Unlimited Widget Content With a Single Plugin\u003C\u002Fh4>\n\u003Cp>IntelliWidget is a versatile widget manager that does the work of multiple plugins by combining custom page menus, featured posts, sliders and other dynamic content features that can display on a per-page or site-wide basis.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FTtw1xIZ2b-g?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Learn more at https:\u002F\u002Fwww.lilaeamedia.com\u002Fplugins\u002Fintelliwidget\u003C\u002Fp>\n\u003Ch4>Hook Highlighter\u003C\u002Fh4>\n\u003Cp>Hook Highlighter provides Administrators insight into the internal program flow of WordPress when activated on any front-facing page of a website.\u003C\u002Fp>\n\u003Cp>Display action and filter hooks, program files and backtrace information inline for the current page.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FfyeroaJK_xw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Learn more at https:\u002F\u002Fwww.lilaeamedia.com\u002Fproduct\u002Fhook-highlighter\u003C\u002Fp>\n\u003Ch3>Query\u002FSelector Tab\u003C\u002Fh3>\n\u003Cp>There are two ways to identify and customize baseline (parent) styles. Child Theme Configurator lets you search styles by CSS selector and by property. If you wish to customize a specific CSS selector (e.g., h1), use the “Query\u002FSelector” tab. If you have a specific CSS value you wish to customize site-wide (e.g., the color of the type), use the “Property\u002FValue” tab.\u003C\u002Fp>\n\u003Cp>The Query\u002FSelector tab lets you find specific CSS selectors and edit them. First, find the query that contains the CSS selector you wish to edit by typing in the Query autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys. CSS selectors are in the base query by default.\u003Cbr \u002F>\nNext, find the CSS selector by typing in the “Selector” autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys.\u003C\u002Fp>\n\u003Cp>This will load all of the properties for that CSS selector with the Original values on the left and the child theme values inputs on the right. Any existing child theme values will be automatically populated. There is also a Sample preview that displays the combination of Parent and Child overrides. Note that the border and background-image get special treatment.\u003C\u002Fp>\n\u003Cp>The “Order” field contains the original sequence of the CSS selector in the parent theme stylesheet. You can change the CSS selector order sequence by entering a lower or higher number in the “Order” field. You can also force style overrides (so called “!important” flag) by checking the “!” box next to each input. Please use judiciously.\u003C\u002Fp>\n\u003Cp>Click “Save” to update the child theme stylesheet and save your changes to the WordPress admin.\u003C\u002Fp>\n\u003Ch3>Adding Raw CSS\u003C\u002Fh3>\n\u003Cp>If you wish to add additional properties to a given CSS selector, first load the selector using the Query\u002FSelector tab. Then find the property you wish to override by typing in the New Property autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys. This will add a new input row to the selector inputs.\u003C\u002Fp>\n\u003Cp>If you wish to add completely new CSS selectors, or even new @media queries, you can enter free-form CSS in the “Raw CSS” textarea. Be aware that your syntax must be correct (i.e., balanced curly braces, etc.) for the parser to load the new custom styles. You will know it is invalid because a red “X” will appear next to the save button.\u003C\u002Fp>\n\u003Cp>If you prefer to use shorthand syntax for properties and values instead of the inputs provided by Child Theme Configurator, you can enter them here as well. The parser will convert your input into normalized CSS code automatically.\u003C\u002Fp>\n\u003Ch3>Property\u002FValue Tab\u003C\u002Fh3>\n\u003Cp>The Property\u002FValue tab lets you find specific values for a given property and then edit that value for individual CSS selectors that use that property\u002Fvalue combination. First, find the property you wish to override by typing in the Property autoselect box. Select by clicking with the mouse or by pressing the “Enter” or “Tab” keys.\u003C\u002Fp>\n\u003Cp>This will load all of the unique values that exist for that property in the parent theme stylesheet with a Sample preview for that value. If there are values that exist in the child theme stylesheet that do not exist in the parent stylesheet, they will be displayed as well.\u003C\u002Fp>\n\u003Cp>For each unique value, click the “Selectors” link to view a list of CSS selectors that use that property\u002Fvalue combination, grouped by query with a Sample preview of the value and inputs for the child theme value. Any existing child theme values will be automatically populated.\u003C\u002Fp>\n\u003Cp>Click “Save” to update the child theme stylesheet and save your changes to the WordPress admin.\u003C\u002Fp>\n\u003Cp>If you want to edit all of the properties for the CSS selector you can click the “Edit” link and the CSS selector will automatically load in the Query\u002FSelector Tab.\u003C\u002Fp>\n\u003Ch3>Web Fonts Tab\u003C\u002Fh3>\n\u003Cp>You can add additional stylesheets and web fonts by typing @import rules into the textarea on the Web Fonts tab. \u003Cstrong>Important: do not import the parent theme stylesheet here.\u003C\u002Fstrong> Use the “Parent stylesheet handling” option from the Parent\u002FChild tab.\u003C\u002Fp>\n\u003Ch3>Files Tab\u003C\u002Fh3>\n\u003Ch4>Parent Templates\u003C\u002Fh4>\n\u003Cp>You can copy PHP template files from the parent theme by checking the boxes. Click “Copy Selected to Child Theme” and the templates will be added to the child theme’s directory.\u003C\u002Fp>\n\u003Cp>CAUTION: If your child theme is active, the child theme’s version of the file will be used instead of the parent immediately after it is copied. The functions.php file is generated separately and cannot be copied here.\u003C\u002Fp>\n\u003Ch4>Child Theme Files\u003C\u002Fh4>\n\u003Cp>Templates copied from the parent are listed here. These can be edited using the Theme Editor in the Appearance Menu. Remove child theme images by checking the boxes and clicking “Delete Selected.”\u003C\u002Fp>\n\u003Ch4>Child Theme Images\u003C\u002Fh4>\n\u003Cp>Theme images reside under the \u003Ccode>images\u003C\u002Fcode> directory in your child theme and are meant for stylesheet use only. Use the media gallery for content images. You can upload new images using the image upload form.\u003C\u002Fp>\n\u003Ch4>Child Theme Screenshot\u003C\u002Fh4>\n\u003Cp>You can upload a custom screenshot for the child theme here. The theme screenshot should be a 4:3 ratio (eg., 880px x 660px) JPG, PNG or GIF. It will be renamed “screenshot”.\u003C\u002Fp>\n\u003Ch4>Export Child Theme as Zip Archive\u003C\u002Fh4>\n\u003Cp>You can download your child theme for use on another WordPress site by clicking “Export”.\u003C\u002Fp>\n\u003Ch3>Preview and Activate\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>IMPORTANT: Test child themes before activating!\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Some themes (particularly commercial themes) do not correctly load parent template files or automatically load child theme stylesheets or php files.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>In the worst cases they will break your website when you activate the child theme.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Navigate to Appearance > Themes in the WordPress Admin. You will now see the new Child Theme as one of the installed Themes.\u003C\u002Fli>\n\u003Cli>Click “Live Preview” (theme customizer) below the new Child Theme to see it in action.\u003C\u002Fli>\n\u003Cli>When you are ready to take the Child Theme live, click “Activate.”\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>MULTISITE USERS:\u003C\u002Fstrong> You must Network Enable your child theme before you can use Live Preview. Go to “Themes” in the Network Admin.\u003C\u002Fp>\n\u003Ch3>Caveats\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Arbitrary comments are not supported. Providing a high level of flexibility for previewing and modifying custom styles requires a sophisticated parsing system. Maintaining comments that are bound to any particular element in the stylesheet is prohibitively expensive compared to the value it would add. Although we are working to include this as an option in the future, currently all comments are stripped from the child theme stylesheet code.\u003C\u002Fli>\n\u003Cli>No @keyframes or @font-face rules. Child Theme Configurator only supports @media and @import. If you need other @rules, put them in a separate stylesheet and import them into the Child Theme stylesheet.\u003C\u002Fli>\n\u003Cli>Only two-color gradients. Child Theme Configurator is powerful, but we have simplified the gradient interface. You can use any gradient you want as long as it has two colors and no intermediate stops.\u003C\u002Fli>\n\u003Cli>CSS properties are auto-discovered. Child Theme Configurator loads the properties that exist in the Parent stylesheet. You can always add new properties using the “Raw CSS” text area.\u003C\u002Fli>\n\u003Cli>Legacy gradient syntax is not supported. Child Theme Configurator does not support the MS filter gradient or legacy webkit gradient. These will continue to work if they are used in the parent theme, but will not be written to the child theme stylesheet. If there is a demand, we may add it in a future release, but most users should have upgraded by now.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Go to http:\u002F\u002Fwww.childthemeplugin.com\u002F\u003C\u002Fp>\n\u003Cp>Serbo-Croatian translation courtesy of Borisa Djuraskovic borisad@webhostinghub.com http:\u002F\u002Fwww.webhostinghub.com\u003C\u002Fp>\n\u003Cp>Copyright: (C) 2014-2018 Lilaea Media\u003C\u002Fp>\n","When using the Customizer is not enough - Create a child theme from your installed themes and customize styles, templates, functions and more.",300000,7033594,94,278,"2025-06-10T02:45:00.000Z","6.8.5","4.0","7.4",[74,75,76,77,78],"child","child-theme","child-themes","custom-styles","theme","http:\u002F\u002Fwww.childthemeplugin.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fchild-theme-configurator.2.6.7.zip",{"slug":82,"name":83,"version":84,"author":85,"author_profile":86,"description":87,"short_description":88,"active_installs":89,"downloaded":90,"rating":67,"num_ratings":91,"last_updated":92,"tested_up_to":93,"requires_at_least":16,"requires_php":14,"tags":94,"homepage":98,"download_link":99,"security_score":100,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":56},"simple-custom-css","Simple Custom CSS Plugin","4.0.7","John Regan","https:\u002F\u002Fprofiles.wordpress.org\u002Fjohnregan3\u002F","\u003Cp>Add Custom CSS to your WordPress site without any hassles.\u003C\u002Fp>\n\u003Cp>An easy-to-use WordPress Plugin to add custom CSS styles that override Plugin and Theme default styles. This plugin is designed to meet the needs of administrators who would like to add their own CSS to their WordPress website. Styles created with this plugin will render even if the theme is changed.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>New in Version 4.0.7\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Tested for compatibility with WP 6.7.2\u003C\u002Fli>\n\u003Cli>Tested for compatibility with PHP 8.4\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>AMP Support\u003C\u002Fli>\n\u003Cli>Customizer Control (live preview)\u003C\u002Fli>\n\u003Cli>Useful Code Syntax Highlighter\u003C\u002Fli>\n\u003Cli>Code linting (error checking)\u003C\u002Fli>\n\u003Cli>No configuration needed\u003C\u002Fli>\n\u003Cli>Simple interface built on native WordPress UI\u003C\u002Fli>\n\u003Cli>Virtually no impact on site performance\u003C\u002Fli>\n\u003Cli>No complicated database queries\u003C\u002Fli>\n\u003Cli>Thorough documentation\u003C\u002Fli>\n\u003Cli>Allows Administrator access on WP Networks (Multisite)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\n\u003Cp>Navigate to Appearance > Custom CSS in the Admin Menu\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Enter in valid CSS styles\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Click “Update Custom CSS”\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>View your changes in the Front End of your website\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Help\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjohnregan3\u002Fsimple-custom-css\u002Fwiki\" title=\"Simple Custom CSS Wiki\" rel=\"nofollow ugc\">Simple Custom CSS Wiki\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fsimple-custom-css\" title=\"Support Forum\" rel=\"ugc\">Support Forum\u003C\u002Fa>\u003C\u002Fp>\n","Add Custom CSS to your WordPress site without any hassles.",100000,3068872,159,"2025-03-11T16:57:00.000Z","6.7.5",[95,96,18,97,22],"code","css","custom-css","http:\u002F\u002Fjohnregan3.github.io\u002Fsimple-custom-css","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-custom-css.zip",92,{"slug":102,"name":103,"version":104,"author":105,"author_profile":106,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":111,"num_ratings":112,"last_updated":113,"tested_up_to":114,"requires_at_least":115,"requires_php":116,"tags":117,"homepage":122,"download_link":123,"security_score":124,"vuln_count":125,"unpatched_count":13,"last_vuln_date":126,"fetched_at":56},"insert-php","Woody Code Snippets – Insert PHP, CSS, JS, and Header\u002FFooter Scripts","2.7.2","Themeisle","https:\u002F\u002Fprofiles.wordpress.org\u002Fthemeisle\u002F","\u003Cp>Woody Code Snippets is a WordPress plugin that helps you insert code into your site without editing theme files.\u003C\u002Fp>\n\u003Cp>Many WordPress users still add PHP, JavaScript, CSS, tracking pixels, or ad scripts directly into functions.php, header.php, or footer.php. This approach breaks easily when themes update and becomes hard to manage as your site grows.\u003C\u002Fp>\n\u003Cp>Woody solves this by giving you a centralized code snippet manager where you can safely add header scripts, footer scripts, PHP snippets, custom CSS, JavaScript, and HTML from the WordPress admin.\u003C\u002Fp>\n\u003Cp>You can use Woody as a header and footer code manager, a PHP snippet plugin, or a way to reuse content and scripts across your site using shortcodes or automatic insertion.\u003C\u002Fp>\n\u003Cp>Each snippet can be enabled or disabled instantly, placed in specific locations like before content or after paragraphs, and shown only when certain conditions are met.\u003C\u002Fp>\n\u003Ch3>Quick Links\u003C\u002Fh3>\n\u003Cp>📘 \u003Ca href=\"https:\u002F\u002Fdocs.themeisle.com\u002Fcollection\u002F2410-woody-code-snippets\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa> – Complete setup and configuration guide\u003C\u002Fp>\n\u003Cp>💬 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Finsert-php\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa> – Community help and expert support\u003C\u002Fp>\n\u003Cp>⭐ \u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_quicklinks\" rel=\"nofollow ugc\">Go Pro\u003C\u002Fa> – Unlock advanced features and priority support\u003C\u002Fp>\n\u003Ch3>What Problems Does Woody Solve?\u003C\u002Fh3>\n\u003Cp>Woody is built for real WordPress workflows. It helps you:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Insert code into headers and footers without editing theme files\u003C\u002Fli>\n\u003Cli>Add analytics scripts, tracking pixels, and ad code safely\u003C\u002Fli>\n\u003Cli>Manage PHP snippets without touching functions.php\u003C\u002Fli>\n\u003Cli>Reuse scripts and content across pages using shortcodes\u003C\u002Fli>\n\u003Cli>Control where code runs using placement rules and conditions\u003C\u002Fli>\n\u003Cli>Enable, disable, or roll back snippets without breaking your site\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Whether you are building client sites, running marketing experiments, or maintaining your own project, Woody gives you control without unnecessary complexity.\u003C\u002Fp>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Cp>Woody lets you create code snippets and control where and when they run, all from the WordPress admin.\u003C\u002Fp>\n\u003Ch4>Example #1\u003C\u002Fh4>\n\u003Cp>Create a JavaScript snippet and add your analytics or tracking code.\u003Cbr \u002F>\nPlace it in the site header and add a condition to exclude administrators so your own visits are not tracked.\u003C\u002Fp>\n\u003Ch4>Example #2\u003C\u002Fh4>\n\u003Cp>Create a text snippet with reusable content or a shortcode.\u003Cbr \u002F>\nAdd conditions to show it only to logged-in users, then insert it anywhere using the snippet shortcode or automatic placement rules.\u003C\u002Fp>\n\u003Cp>This makes it easy to manage repeated logic and content without editing theme files.\u003C\u002Fp>\n\u003Ch3>Who Should Use Woody Code Snippets\u003C\u002Fh3>\n\u003Cp>Woody is designed for:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Developers who want a structured way to manage custom code\u003C\u002Fli>\n\u003Cli>Marketers adding analytics, ads, and tracking scripts\u003C\u002Fli>\n\u003Cli>Solopreneurs who want flexibility without editing theme files\u003C\u002Fli>\n\u003Cli>Agencies managing multiple sites and shared snippets\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you regularly need to insert code into WordPress, Woody fits naturally into your workflow.\u003C\u002Fp>\n\u003Ch3>Supported Snippet Types\u003C\u002Fh3>\n\u003Cp>Woody supports multiple snippet types, so you can manage all custom code in one place. You can create:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>PHP snippets\u003C\u002Fstrong> for functions, hooks, classes, and global variables\u003C\u002Fli>\n\u003Cli>\u003Cstrong>JavaScript snippets\u003C\u002Fstrong> for analytics, integrations, and interactive features\u003C\u002Fli>\n\u003Cli>\u003Cstrong>CSS snippets\u003C\u002Fstrong> to add custom styles without editing theme files\u003C\u002Fli>\n\u003Cli>\u003Cstrong>HTML snippets\u003C\u002Fstrong> for markup and layout elements\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Text snippets\u003C\u002Fstrong> using the WordPress editor for reusable content\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Ad snippets\u003C\u002Fstrong> for ads and banners\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Universal snippets\u003C\u002Fstrong> that combine PHP, HTML, CSS, and JavaScript\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Why do you need this plugin?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Insert Google AdSense Ads, Amazon Native Shopping Contextual Ads, Yandex Direct Ads, Media.net on your website.\u003C\u002Fli>\n\u003Cli>Insert Google Analytic Tracking code, Yandex Metrika Tracking Code, Yandex Counter to Header, Footer.\u003C\u002Fli>\n\u003Cli>Insert PHP Code Snippets and execute on your website. Register PHP functions, classes, global variables everywhere.\u003C\u002Fli>\n\u003Cli>Insert Social media widgets, add any external resources widgets.\u003C\u002Fli>\n\u003Cli>Insert Facebook Pixels, Facebook Scripts, Facebook og:image Tag, Google Conversion Pixels, Vk Pixels.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Header and Footer Code Management\u003C\u002Fh3>\n\u003Cp>Woody works as a full header and footer code manager.\u003C\u002Fp>\n\u003Cp>You can insert snippets:\u003Cbr \u002F>\n– Into the site header before the closing  tag\u003Cbr \u002F>\n– Into the site footer before the closing  tag\u003C\u002Fp>\n\u003Cp>Common examples include analytics scripts, tracking pixels, verification tags, and global JavaScript or CSS.\u003C\u002Fp>\n\u003Ch3>Advanced Placement Options\u003C\u002Fh3>\n\u003Cp>Beyond headers and footers, Woody lets you insert snippets into specific locations.\u003C\u002Fp>\n\u003Cp>You can place code:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Before or after post or page content  \u003C\u002Fli>\n\u003Cli>Before or after a specific paragraph  \u003C\u002Fli>\n\u003Cli>Before or after a post  \u003C\u002Fli>\n\u003Cli>Inside archives, categories, and taxonomy pages  \u003C\u002Fli>\n\u003Cli>Between posts on archive pages  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>WooCommerce Pages\u003C\u002Fh4>\n\u003Cp>Woody supports automatic snippet placement on WooCommerce pages.\u003C\u002Fp>\n\u003Cp>You can insert snippets:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Before or after the product list  \u003C\u002Fli>\n\u003Cli>Before or after a single product  \u003C\u002Fli>\n\u003Cli>Before or after the single product summary  \u003C\u002Fli>\n\u003Cli>After the product title, price, or excerpt  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Common use cases include conversion tracking, promotional banners, custom JavaScript, and trust notices.\u003C\u002Fp>\n\u003Ch3>Shortcodes and Reusable Content\u003C\u002Fh3>\n\u003Cp>Woody supports shortcodes so you can insert snippets exactly where you need them. You can place snippets inside posts, pages, widgets, and page builders.\u003C\u002Fp>\n\u003Cp>With \u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_shortcode\" rel=\"nofollow ugc\">Pro\u003C\u002Fa>, you can define custom shortcode names that are readable and portable across sites.\u003C\u002Fp>\n\u003Ch3>Conditional Logic for Code Snippets\u003C\u002Fh3>\n\u003Cp>Woody allows you to control when a snippet is displayed.\u003C\u002Fp>\n\u003Cp>[FREE] Available in the free version:\u003Cbr \u002F>\n– User role and registration date\u003Cbr \u002F>\n– Page, post type, or taxonomy\u003Cbr \u002F>\n– Referrer or cookie value\u003C\u002Fp>\n\u003Cp>[PRO] Advanced conditions available in \u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_conditions\" rel=\"nofollow ugc\">Pro\u003C\u002Fa>:\u003Cbr \u002F>\n– Device type, browser, and operating system\u003Cbr \u002F>\n– JavaScript availability or ad blocker detection\u003Cbr \u002F>\n– User country, visit depth, time of day, and total visits\u003C\u002Fp>\n\u003Cp>Conditions can be combined using AND and OR logic.\u003C\u002Fp>\n\u003Cp>Unlock advanced conditions with \u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_conditions\" rel=\"nofollow ugc\">Woody Pro\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Snippet Management and Organization\u003C\u002Fh3>\n\u003Cp>Woody includes features to keep snippets organized and easy to manage.\u003C\u002Fp>\n\u003Cp>You can:\u003Cbr \u002F>\n– Enable or disable snippets instantly\u003Cbr \u002F>\n– Control execution order using priorities\u003Cbr \u002F>\n– Tag and clone snippets\u003Cbr \u002F>\n– Import and export snippets between sites\u003C\u002Fp>\n\u003Ch3>Code Revisions and Rollback [PRO]\u003C\u002Fh3>\n\u003Cp>With \u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_restore\" rel=\"nofollow ugc\">Pro\u003C\u002Fa>, Woody automatically saves snippet revisions. You can view previous versions, compare changes, and restore earlier revisions if something goes wrong.\u003C\u002Fp>\n\u003Cp>This adds an extra layer of safety when working with custom code.\u003C\u002Fp>\n\u003Ch3>Cloud Templates and Sync [PRO]\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwoodysnippet.com\u002Fupgrade\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody_cloud\" rel=\"nofollow ugc\">Woody Pro\u003C\u002Fa> includes cloud-based snippet templates.\u003C\u002Fp>\n\u003Cp>You can save snippets as templates and reuse them across multiple sites, which is especially useful for agencies and developers managing repeated setups.\u003C\u002Fp>\n\u003Ch3>Settings and Developer Options\u003C\u002Fh3>\n\u003Cp>Woody includes advanced settings for fine-grained control.\u003C\u002Fp>\n\u003Cp>You can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Preserve HTML entities without automatic conversion  \u003C\u002Fli>\n\u003Cli>Execute shortcodes inside snippets  \u003C\u002Fli>\n\u003Cli>Enable error email notifications  \u003C\u002Fli>\n\u003Cli>Automatically activate snippets on save  \u003C\u002Fli>\n\u003Cli>Fully remove plugin data on uninstall  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Code Editor\u003C\u002Fh4>\n\u003Cp>The built-in editor includes:\u003Cbr \u002F>\n– Syntax highlighting and line numbers\u003Cbr \u002F>\n– Configurable indentation and tab size\u003Cbr \u002F>\n– Optional line wrapping\u003Cbr \u002F>\n– Automatic bracket and quote closing\u003Cbr \u002F>\n– Highlighting of matching variables and functions\u003C\u002Fp>\n\u003Ch3>Use This Plugin Responsibly\u003C\u002Fh3>\n\u003Cp>Woody allows you to run custom PHP, JavaScript, and CSS on your site. Always make sure you understand the code you add. Using unverified or outdated scripts may affect site security or stability. On multisite installations, only trusted administrators should have access to snippet creation.\u003C\u002Fp>\n\u003Cp>Woody includes safeguards such as snippet disabling, revisions, and error notifications, but it cannot validate third-party code you choose to run.\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>Need help? Open a new thread in the WordPress \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Finsert-php\u002F\" rel=\"ugc\">support forum\u003C\u002Fa>, and we will be happy to assist.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Learn how to make the most of Woody with our detailed and user-friendly \u003Ca href=\"https:\u002F\u002Fdocs.themeisle.com\u002Fcollection\u002F2410-woody-code-snippets\" rel=\"nofollow ugc\">documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Woody is backed by \u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=woody\" rel=\"nofollow ugc\">Themeisle\u003C\u002Fa>, trusted by over 1 million WordPress users worldwide.\u003C\u002Fp>\n","Insert PHP, JavaScript, CSS, HTML, ads, and tracking code into WordPress headers, footers, pages, and content using conditional logic, without editing &hellip;",60000,1711938,90,220,"2026-01-27T15:40:00.000Z","6.9.4","5.6","7.0",[118,119,120,102,121],"code-snippets","custom-code","header-footer-scripts","snippet","https:\u002F\u002Fwoodysnippet.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finsert-php.2.7.2.zip",91,7,"2024-06-14 20:26:37",{"slug":128,"name":129,"version":130,"author":131,"author_profile":132,"description":133,"short_description":134,"active_installs":109,"downloaded":135,"rating":136,"num_ratings":111,"last_updated":137,"tested_up_to":70,"requires_at_least":71,"requires_php":14,"tags":138,"homepage":141,"download_link":142,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":56},"wp-add-custom-css","WP Add Custom CSS","1.2.1","Daniele De Santis","https:\u002F\u002Fprofiles.wordpress.org\u002Fdanieledesantis\u002F","\u003Cp>WP Add Custom CSS allows you to \u003Cstrong>add custom CSS\u003C\u002Fstrong> to the \u003Cstrong>whole website\u003C\u002Fstrong> and to \u003Cstrong>individual posts, pages and custom post types\u003C\u002Fstrong> (such as \u003Cstrong>Woocommerce products\u003C\u002Fstrong>).\u003Cbr \u002F>\nThe CSS rules applied to the whole website will override the default stylesheets of your theme and plugins, while the CSS rules applied to specific pages, posts or custom post types will override the main stylesheet too.\u003C\u002Fp>\n\u003Cp>The plugin works with the most popular builders, such as \u003Cstrong>Elementor, Gutenberg and the Classic Editor\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>You can edit the main stylesheet from the the “Add custom CSS” settings page.\u003Cbr \u002F>\nThe plugin also creates a new “Custom CSS” box in the editing area to \u003Cstrong>add custom CSS to specific posts, pages and custom post types\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Select the preferred CSS output method from the plugin’s settings page to ensure seamless integration with \u003Cstrong>caching and minification plugins\u003C\u002Fstrong> or to improve \u003Cstrong>above-the-fold rendering performance\u003C\u002Fstrong>.\u003C\u002Fp>\n","Add custom css to the whole website and to specific posts and pages.",989310,96,"2025-08-14T10:21:00.000Z",[96,97,139,22,140],"style","stylesheet","http:\u002F\u002Fwww.danieledesantis.net","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-add-custom-css.1.2.1.zip",{"attackSurface":144,"codeSignals":168,"taintFlows":202,"riskAssessment":203,"analyzedAt":213},{"hooks":145,"ajaxHandlers":164,"restRoutes":165,"shortcodes":166,"cronEvents":167,"entryPointCount":13,"unprotectedCount":13},[146,151,154,157,161],{"type":147,"name":148,"callback":148,"file":149,"line":150},"action","admin_enqueue_scripts","controller.php",68,{"type":147,"name":152,"callback":152,"file":149,"line":153},"admin_menu",69,{"type":147,"name":155,"callback":155,"file":149,"line":156},"admin_init",70,{"type":147,"name":158,"callback":158,"priority":159,"file":149,"line":160},"admin_head",1000,71,{"type":147,"name":162,"callback":162,"priority":159,"file":149,"line":163},"wp_head",74,[],[],[],[],{"dangerousFunctions":169,"sqlUsage":170,"outputEscaping":172,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":201},[],{"prepared":13,"raw":13,"locations":171},[],{"escaped":13,"rawEcho":173,"locations":174},13,[175,178,180,183,185,187,188,190,191,193,195,197,199],{"file":149,"line":176,"context":177},248,"raw output",{"file":149,"line":179,"context":177},312,{"file":181,"line":182,"context":177},"output.php",32,{"file":181,"line":184,"context":177},52,{"file":181,"line":186,"context":177},62,{"file":181,"line":156,"context":177},{"file":181,"line":189,"context":177},81,{"file":181,"line":124,"context":177},{"file":181,"line":192,"context":177},99,{"file":181,"line":194,"context":177},113,{"file":181,"line":196,"context":177},121,{"file":181,"line":198,"context":177},135,{"file":181,"line":200,"context":177},143,[],[],{"summary":204,"deductions":205},"The \"custom-resources\" plugin v1.0.7 exhibits a strong adherence to secure coding practices in several key areas. The static analysis reveals no identified attack surface points, meaning there are no accessible AJAX handlers, REST API routes, shortcodes, or cron events that could be exploited. Furthermore, the plugin successfully avoids dangerous functions, performs all SQL queries using prepared statements, and has no recorded file operations or external HTTP requests. This indicates a well-contained and defensively programmed plugin.\n\nHowever, a significant concern arises from the complete lack of output escaping. With 13 outputs analyzed and 0% properly escaped, this opens the plugin to potential Cross-Site Scripting (XSS) vulnerabilities. Any user-supplied data that is displayed on the frontend without proper sanitization could be manipulated to inject malicious scripts. Additionally, the absence of nonce and capability checks, while potentially justifiable if the plugin has no user-facing features that require protection, still represents a missed opportunity for robust security if any user interaction were to be added in the future. The vulnerability history being clean is positive, but does not mitigate the identified output escaping risks.\n\nIn conclusion, while the \"custom-resources\" plugin demonstrates excellent security hygiene in its core functionalities by avoiding common pitfalls like raw SQL and external requests, the unescaped output is a critical oversight that severely undermines its overall security posture. The lack of checks for nonces and capabilities also presents a potential weakness depending on future development. It is highly recommended to address the output escaping immediately to prevent XSS attacks.",[206,208,211],{"reason":207,"points":11},"Output not properly escaped",{"reason":209,"points":210},"No nonce checks",5,{"reason":212,"points":210},"No capability checks","2026-03-16T23:14:39.110Z",{"wat":215,"direct":222},{"assetPaths":216,"generatorPatterns":218,"scriptPaths":219,"versionParams":220},[217],"\u002Fwp-content\u002Fplugins\u002Fcustom-resources\u002Fstyle.css",[],[],[221],"custom-resources\u002Fstyle.css?ver=",{"cssClasses":223,"htmlComments":224,"htmlAttributes":227,"restEndpoints":229,"jsGlobals":230,"shortcodeOutput":231},[],[225,226],"\u003C!--\u002F*-->\u003C![CDATA[\u002F*>\u003C!--*\u002F","\u002F*]]>*\u002F-->",[228],"page=\"custom_resources\"",[],[],[]]