[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f4kHJnFsyK-h0gQR1lRnR-7jQHUde_Ce1tjZ-pLSSjEM":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":120,"fingerprints":187},"acf-rgba-color-picker","ACF RGBA Color Picker","1.2.3","dreihochzwo","https:\u002F\u002Fprofiles.wordpress.org\u002Ftmconnect\u002F","\u003Cp>The RGBA Color Picker is a color picker that supports transparency colors in RGBA-Mode.\u003C\u002Fp>\n\u003Ch4>Custom color palette\u003C\u002Fh4>\n\u003Cp>The plugin offers the possibility to customize the color palette according to your own wishes. You can define your own custom color palette with the \u003Ccode>acf\u002Frgba_color_picker\u002Fpalette\u003C\u002Fcode> filter. In addition, you can define an individual color palette for each field in the field settings.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>New in version 1.2.0\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If there are a lot of colors for the color palette, the color fields are getting very tiny. To prevent this, the color fields are now displayed in several rows (with a maximum of 10 colors per row). So it is possible to define a lot of colors for the standard palette.\u003C\u002Fp>\n\u003Cp>Furthermore, the color picker is now absolutely positioned and this does not shift other elements of the page every time the color picker is opened.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin works only with the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">ACF PRO\u003C\u002Fa> (version 5.5.0 or higher).\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Localizations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Deutsch\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Custom color palette\u003C\u002Fh3>\n\u003Cp>Use the \u003Ccode>acf\u002Frgba_color_picker\u002Fpalette\u003C\u002Fcode> filter to create your own standard color palette for the color picker. Your custom standard color palette, just like the default color palette, can be overridden in the field settings for each field individually.\u003C\u002Fp>\n\u003Ch4>Fixed color palette\u003C\u002Fh4>\n\u003Cp>Put a code like this into your themes functions.php (you can use HEX or RGBA color values and can also mix them):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction set_acf_rgba_color_picker_palette() {\n    $palette = array(\n        '#FFF',\n        '#0018ff',\n        '#00FF36',\n        'rgba(255,168,0,0.7)'\n    );\n\n    return $palette;\n}\nadd_filter('acf\u002Frgba_color_picker\u002Fpalette', 'set_acf_rgba_color_picker_palette');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Dynamic color palette\u003C\u002Fh4>\n\u003Cp>If you have an options page where you define some standard colors, create an array from this options like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction set_acf_rgba_color_picker_palette() {\n    \u002F\u002F optional - add colors which are not set in the options page\n    $palette = array(\n        '#FFF',\n        '#000'\n    );\n\n    if ( have_rows('YOUR_COLOR_REPEATER_FIELD', 'YOUR_OPTIONS_PAGE') ) {\n        while( have_rows('YOUR_COLOR_REPEATER_FIELD', 'YOUR_OPTIONS_PAGE') ) { the_row();\n            $palette[] = get_sub_field('YOUR_COLOR_FIELD');\n        }\n    }\n\n    return $palette;\n}\nadd_filter('acf\u002Frgba_color_picker\u002Fpalette', 'set_acf_rgba_color_picker_palette');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This is an example using a repeater field to set the colors; if you store your colors within a string, convert this string into an array.\u003C\u002Fp>\n\u003Ch4>Hiding color palette\u003C\u002Fh4>\n\u003Cp>If you dont want to show a color palette set the return value of the filter to false:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nadd_filter('acf\u002Frgba_color_picker\u002Fpalette', '__return_false');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Setting the color palette to false will disable and hide the “Color Palette” and “Hide Color Palette” options in the field settings.\u003C\u002Fp>\n","A RGBA-Color-Picker field for Advanced Custom Fields",6000,59674,100,5,"2024-12-22T19:00:00.000Z","6.7.5","4.7","",[20,21,22,23,24],"acf","acfpro","color","color-picker","rgba","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-rgba-color-picker\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-rgba-color-picker.1.2.3.zip",92,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":27,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"tmconnect",6,16280,30,88,"2026-04-04T05:58:54.621Z",[40,60,78,92,107],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":13,"num_ratings":50,"last_updated":51,"tested_up_to":18,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":57,"download_link":58,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"acf-color-swatches","ACF Color Swatches","1.0.7","nickforddesign","https:\u002F\u002Fprofiles.wordpress.org\u002Fnickforddesign\u002F","\u003Cp>An add-on for Advanced Custom Fields to allow users to select from a list of color choices. Setting up the field works exactly like setting up a radio button list, the main difference being that the key will also be used to style the element.\u003C\u002Fp>\n\u003Cp>This is useful for allowing users to pick from a limited selection of colors, rather than enter an arbitrary hex value or choose from a color picker.\u003C\u002Fp>\n\u003Cp>Supports all of the following color formats:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>hex: #FF0000\u003C\u002Fli>\n\u003Cli>rgb: rgb(255,0,0)\u003C\u002Fli>\n\u003Cli>rgba: rgba(255,0,0, 1)\u003C\u002Fli>\n\u003Cli>hsl: hsl(0,100%,50%)\u003C\u002Fli>\n\u003Cli>hsla: hsla(0,100%,50%, 1)\u003C\u002Fli>\n\u003Cli>name: red\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: you may also use \u003Ccode>none\u003C\u002Fcode> to show a transparent swatch with a checkerboard background.\u003C\u002Fp>\n\u003Ch3>Compatibility\u003C\u002Fh3>\n\u003Cp>This ACF field type is compatible with:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>ACF 4\u003C\u002Fli>\n\u003Cli>ACF 5 (PRO version)\u003C\u002Fli>\n\u003C\u002Ful>\n","An add-on for Advanced Custom Fields to allow users to select from a list of color choices. Setting up the field works exactly like setting up a radio &hellip;",1000,18988,1,"2018-11-29T16:41:00.000Z","4.0","5.6",[20,55,22,23,56],"advanced-custom-fields","swatch","#","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-color-swatches.zip",85,{"slug":61,"name":62,"version":63,"author":64,"author_profile":65,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":28,"num_ratings":28,"last_updated":18,"tested_up_to":70,"requires_at_least":71,"requires_php":53,"tags":72,"homepage":75,"download_link":76,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":77},"synchronize-editor-and-acf-color-pickers","Synchronize Editor and ACF Color Pickers 🎨","1.0","Marie Comet","https:\u002F\u002Fprofiles.wordpress.org\u002Fchaton666\u002F","\u003Cp>This plugin synchronize the Advanced Custom Fields color picker fields with the editor (gutenberg) color pickers.\u003C\u002Fp>\n\u003Cp>It uses the color palette defined by the active theme in the \u003Ccode>add_theme_support( 'editor-color-palette' )\u003C\u002Fcode> declaration.\u003C\u002Fp>\n\u003Cp>Advanced Custom Fields plugin version 5.3.6 or higher is required.\u003C\u002Fp>\n","Synchronize ACF color picker fields with the editor color pickers.",10,970,"5.7.15","5.0",[20,55,23,73,74],"editor","gutenberg","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsynchronize-editor-and-acf-color-pickers","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsynchronize-editor-and-acf-color-pickers.1.0.zip","2026-03-15T10:48:56.248Z",{"slug":79,"name":80,"version":81,"author":7,"author_profile":8,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":86,"num_ratings":68,"last_updated":87,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":88,"homepage":90,"download_link":91,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"acf-columns","ACF Columns","1.2.5","\u003Cp>With the ACF Columns plugin it is possible to arrange ACF fields in column groups in the post editor.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Conditional Logic can now be used over different columns with the new ACF 5.7\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>For each column add a Column Field to your field group and define the width for this column. You can select between 1\u002F2, 1\u002F3, 1\u002F4, etc. columns. To close a row you have to add a Column Field with the value ‘Reset’.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin works only with the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">ACF PRO\u003C\u002Fa> (version 5.4.0 or higher).\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Localizations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Deutsch\u003C\u002Fli>\n\u003C\u002Ful>\n","With the ACF Columns plugin it is possible to arrange ACF fields in column groups in the post editor.",5000,51925,90,"2024-12-22T19:23:00.000Z",[20,21,55,89],"column","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-columns\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-columns.1.2.5.zip",{"slug":93,"name":94,"version":95,"author":7,"author_profile":8,"description":96,"short_description":97,"active_installs":98,"downloaded":99,"rating":13,"num_ratings":100,"last_updated":101,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":102,"homepage":105,"download_link":106,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"acf-repeater-flexible-content-collapser","ACF Repeater & Flexible Content Collapser","1.2.8","\u003Cp>If there are a lot of rows within a Repeater or Flexible Content field, you need to scroll a lot to get to the field you want to edit and it is not easy to find the right one. Also, it is difficult to change the order of the rows.\u003C\u002Fp>\n\u003Cp>The ACF Repeater & Flexible Content Collapser plugin solves this problem and add a button to collapse or expand all rows at once.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>ACF Repeater & Flexible Content Collapser works in Repeater and Flexible Content Fields and even if they are nested. And the plugin works in all layout modes – no matter whether it is a table, block or row layout.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>After plugin activation you get additional settings when you create an ACF Repeater or Flexible Content field.\u003C\u002Fp>\n\u003Cp>You can specify whether all fields of this field group are automatically collapsed when the page is loaded. And you can choose whether the button is only displayed with an icon or with the icon and a text.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin works with the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">ACF PRO\u003C\u002Fa> (version 5.5.0 or higher) \u003Cem>AND\u003C\u002Fem> \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields\u002F\" rel=\"ugc\">Advanced Custom Fields\u003C\u002Fa> (version 5.7.0 or higher with either the Flexible Content Field or Repeater Field add-on).\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Localizations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Deutsch\u003C\u002Fli>\n\u003C\u002Ful>\n","Collapse and expand ACF Repeater and Flexible Content fields all at once to get a better overview and enable easier sorting.",3000,70628,4,"2024-12-22T19:17:00.000Z",[20,21,103,104],"flexible-content","repeater","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-repeater-flexible-content-collapser\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-repeater-flexible-content-collapser.1.2.8.zip",{"slug":108,"name":109,"version":81,"author":7,"author_profile":8,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":13,"num_ratings":14,"last_updated":114,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":115,"homepage":118,"download_link":119,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"acf-tooltip","ACF Tooltip","\u003Cp>If an ACF field requires a longer instruction text, the layout of the edit screen is messy and a lot of space is wasted.\u003C\u002Fp>\n\u003Cp>The ACF Tooltip plugin hides the field instructions, adds a help symbol to the field labels and generates a tooltip based on the instruction text.\u003C\u002Fp>\n\u003Ch4>New in Version 1.2.0\u003C\u002Fh4>\n\u003Cp>The tooltip will not hide if moused over, allowing create a tooltip with a link inside without hiding the tooltip.\u003C\u002Fp>\n\u003Ch4>Custom settings\u003C\u002Fh4>\n\u003Cp>There are 7 filters that allow adjusting the design and the behavior of the tooltips.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin works only with the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">ACF PRO\u003C\u002Fa> (version 5.5.0 or higher).\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Localizations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Deutsch\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Custom settings with filter hooks\u003C\u002Fh3>\n\u003Cp>There are 7 filters that allow adjusting the design and the behavior of the tooltips can be adjusted.\u003C\u002Fp>\n\u003Ch4>Set the design of the tooltips\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_style() {\n    $style = 'qtip-acf';\n\n    return $style;\n}\nadd_filter('acf\u002Ftooltip\u002Fstyle', 'acf_tooltip_style');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The available styles can be found on the \u003Ca href=\"http:\u002F\u002Fqtip2.com\u002Foptions#style\" rel=\"nofollow ugc\">qTip options page\u003C\u002Fa> and are shown on the \u003Ca href=\"http:\u002F\u002Fqtip2.com\u002Fdemos\u002F\" rel=\"nofollow ugc\">qTip demo site\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can mix the styles; e.g. “qtip-acf qtip-rounded qtip-shadow”\u003C\u002Fp>\n\u003Cp>If you like, you can define your own style, with the class name of your style from your own CSS file (see next filter).\u003C\u002Fp>\n\u003Cp>The qtip-acf style is the standard style, which is set without a filter.\u003C\u002Fp>\n\u003Ch4>Define your own CSS file\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_css() {\n    $css_file = get_bloginfo('template_url') . '\u002Fqtip-own.css'; \u002F\u002F if the file is saved in your themes folder\n\n    return $css_file;\n}\nadd_filter('acf\u002Ftooltip\u002Fcss', 'acf_tooltip_css');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will find a ‘qtip-example-style.css’ in the ‘\u002Fassets\u002Fcss’ folder.\u003C\u002Fp>\n\u003Ch4>Positioning the corner of the tooltip\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_position_my() {\n    $position_my = 'center left';\n\n    return $position_my;\n}\nadd_filter('acf\u002Ftooltip\u002Fposition\u002Fmy', 'acf_tooltip_position_my');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Position in relation to the tooltip icon\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_position_at() {\n    $position_at = 'center right';\n\n    return $position_at;\n}\nadd_filter('acf\u002Ftooltip\u002Fposition\u002Fat', 'acf_tooltip_position_at');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Check out the \u003Ca href=\"http:\u002F\u002Fqtip2.com\u002Fdemos\u002F\" rel=\"nofollow ugc\">qTip demo site\u003C\u002Fa> to find your perfect positioning.\u003C\u002Fp>\n\u003Ch4>Apply tooltips only to fields with specific class\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_class() {\n    $class = 'with__tooltip'; \u002F\u002F edit this to your prefered class name\n\n    return $class;\n}\nadd_filter('acf\u002Ftooltip\u002Fclass\u002Fonly', 'acf_tooltip_class');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Add the class to the fields where you want to show tooltips.\u003C\u002Fp>\n\u003Ch4>Exclude tooltips on fields with specific class\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nfunction acf_tooltip_class_exclude() {\n    $class = 'no__tooltip'; \u002F\u002F edit this to your prefered class name\n\n    return $class;\n}\nadd_filter('acf\u002Ftooltip\u002Fclass\u002Fexclude', 'acf_tooltip_class_exclude');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Add the class to the fields where you \u003Cem>don’t\u003C\u002Fem> want to show tooltips.\u003C\u002Fp>\n\u003Ch4>Add tooltips to the Field Editor\u003C\u002Fh4>\n\u003Cp>With this filter, you can specify whether the instructions in the Field Editor are displayed as tooltips as well. By default, the instructions are displayed.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nadd_filter('acf\u002Ftooltip\u002Ffieldeditor', '__return_true');\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Displays ACF field instructions as tooltips",2000,15074,"2024-12-22T17:55:00.000Z",[20,21,55,116,117],"instructions","tooltip","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-tooltip\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-tooltip.1.2.5.zip",{"attackSurface":121,"codeSignals":155,"taintFlows":175,"riskAssessment":176,"analyzedAt":186},{"hooks":122,"ajaxHandlers":151,"restRoutes":152,"shortcodes":153,"cronEvents":154,"entryPointCount":28,"unprotectedCount":28},[123,130,134,138,143,147],{"type":124,"name":125,"callback":126,"priority":127,"file":128,"line":129},"action","admin_init","acf_or_die",11,"acf-rgba-color-picker.php",44,{"type":124,"name":131,"callback":132,"file":128,"line":133},"acf\u002Finclude_field_types","include_field_types",47,{"type":124,"name":135,"callback":136,"file":128,"line":137},"wp_default_scripts","dhz_color_picker_script_to_load",50,{"type":139,"name":140,"callback":141,"file":128,"line":142},"filter","_dhz_plugins_list","_dhz_meta_box_data",56,{"type":124,"name":144,"callback":145,"file":128,"line":146},"add_meta_boxes_acf-field-group","_dhz_plugins_list_meta_box",59,{"type":124,"name":148,"callback":149,"file":128,"line":150},"admin_notices","acf_dependent_plugin_notice",87,[],[],[],[],{"dangerousFunctions":156,"sqlUsage":157,"outputEscaping":159,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":174},[],{"prepared":28,"raw":28,"locations":158},[],{"escaped":28,"rawEcho":34,"locations":160},[161,164,166,168,171,172],{"file":128,"line":162,"context":163},91,"raw output",{"file":128,"line":165,"context":163},154,{"file":128,"line":167,"context":163},156,{"file":169,"line":170,"context":163},"fields\\acf-rgba-color-picker-v5.php",153,{"file":169,"line":170,"context":163},{"file":169,"line":173,"context":163},155,[],[],{"summary":177,"deductions":178},"The acf-rgba-color-picker v1.2.3 plugin demonstrates a generally good security posture based on the provided static analysis.  There are no identified dangerous functions, SQL injection risks due to prepared statements, file operations, external HTTP requests, or vulnerabilities in its history. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface, and none of the identified entry points are unprotected. This indicates a deliberate effort by the developers to minimize potential exposure points.\n\nHowever, a significant concern arises from the output escaping. With 100% of the identified outputs not being properly escaped, this plugin presents a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data processed and displayed by the plugin that originates from user input or external sources could be injected with malicious scripts, potentially compromising user sessions or the integrity of the website. Furthermore, the complete lack of nonce and capability checks, while not directly exploitable due to the limited attack surface, suggests a potential oversight in implementing standard WordPress security practices that could become an issue if the plugin's functionality were to expand in the future.\n\nThe plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator. This, combined with the limited attack surface and use of prepared statements for queries, suggests a developer who is either very careful or has not yet encountered complex security challenges. Nevertheless, the unescaped output remains a critical weakness that needs immediate attention to prevent potential security breaches.",[179,182,184],{"reason":180,"points":181},"100% of outputs are not properly escaped",15,{"reason":183,"points":14},"No nonce checks found",{"reason":185,"points":14},"No capability checks found","2026-03-16T18:02:59.165Z",{"wat":188,"direct":199},{"assetPaths":189,"generatorPatterns":193,"scriptPaths":194,"versionParams":195},[190,191,192],"\u002Fwp-content\u002Fplugins\u002Facf-rgba-color-picker\u002Fassets\u002Fcss\u002Facf-rgba-color-picker.css","\u002Fwp-content\u002Fplugins\u002Facf-rgba-color-picker\u002Fassets\u002Fjs\u002Facf-rgba-color-picker.js","\u002Fwp-content\u002Fplugins\u002Facf-rgba-color-picker\u002Fassets\u002Fjs\u002Fwp-color-picker-alpha.js",[],[191,192],[196,197,198],"acf-rgba-color-picker\u002Fassets\u002Fcss\u002Facf-rgba-color-picker.css?ver=","acf-rgba-color-picker\u002Fassets\u002Fjs\u002Facf-rgba-color-picker.js?ver=","acf-rgba-color-picker\u002Fassets\u002Fjs\u002Fwp-color-picker-alpha.js?ver=",{"cssClasses":200,"htmlComments":203,"htmlAttributes":222,"restEndpoints":224,"jsGlobals":225,"shortcodeOutput":227},[201,202],"acf-rgba-color-picker-wrap","acf-rgba-color-picker-input",[204,205,206,207,208,209,210,211,212,213,214,215,216,204,217,218,219,220,221],"Include field type","ACF Color Picker Field Class","All the logic for this field type","This function will setup the field type data","register if not already (on front end)","http:\u002F\u002Fwordpress.stackexchange.com\u002Fquestions\u002F82718\u002Fhow-do-i-implement-the-wordpress-iris-picker-into-my-plugin-on-the-front-end","Plugin Name: ACF RGBA Color Picker","Adds an Advanced Custom Fields field for an extended color picker with transparency option.","exit if accessed directly","check if class already exists","Let's make sure ACF Pro is installed & activated","If not, we give notice and kill the activation of ACF RGBA Color Picker.","Also works if ACF Pro is deactivated.","Add plugin to $plugins array for the metabox","Add metabox for plugins list and donation link","Metabox callback for plugins list and donation link","Thank you for using my plugins!","Please consider making a small donation!",[223],"data-rgba-color-picker",[],[226],"acf_rgba_color_picker_params",[]]