[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_kxV3vcgaywVQrzQ4x5Tao75XQtpDY6gqJiWY4ihDwg":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"tmconnect","dreihochzwo","https:\u002F\u002Fprofiles.wordpress.org\u002Ftmconnect\u002F",6,16280,92,30,88,"2026-04-04T16:24:03.197Z",[14,39,55,70,83,99],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":34,"download_link":35,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"acf-rgba-color-picker","ACF RGBA Color Picker","1.2.3","\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","",[29,30,31,32,33],"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",0,null,"2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":50,"homepage":53,"download_link":54,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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,10,"2024-12-22T19:23:00.000Z",[29,30,51,52],"advanced-custom-fields","column","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-columns\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-columns.1.2.5.zip",{"slug":56,"name":57,"version":58,"author":5,"author_profile":6,"description":59,"short_description":60,"active_installs":61,"downloaded":62,"rating":22,"num_ratings":63,"last_updated":64,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":65,"homepage":68,"download_link":69,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[29,30,66,67],"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":71,"name":72,"version":42,"author":5,"author_profile":6,"description":73,"short_description":74,"active_installs":75,"downloaded":76,"rating":22,"num_ratings":23,"last_updated":77,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":78,"homepage":81,"download_link":82,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[29,30,51,79,80],"instructions","tooltip","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-tooltip\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-tooltip.1.2.5.zip",{"slug":84,"name":85,"version":86,"author":5,"author_profile":6,"description":87,"short_description":88,"active_installs":89,"downloaded":90,"rating":22,"num_ratings":91,"last_updated":92,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":93,"homepage":97,"download_link":98,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"acf-admin-flexible-content-collapse","ACF Admin Flexible Content Collapse","1.3.2","\u003Cp>Collapse and expand the layout settings in ACF field editor for a better overview and easier sorting of the layouts or moving fields between layouts.\u003C\u002Fp>\n\u003Cp>When you create a Flexible Content field with many layouts and a lot of fields, you can quickly lose overview. And if you have ever tried to sort the layouts or move fields between layouts, you know that this can be a difficult undertaking.\u003C\u002Fp>\n\u003Cp>This is where \u003Cstrong>ACF Admin Flexible Content Collapse\u003C\u002Fstrong> comes into play. You can collapse the layouts for a better overview, sorting layouts, or moving fields.\u003C\u002Fp>\n\u003Cp>Collapse\u002Fexpand all layouts with one click or each layout individually.\u003C\u002Fp>\n\u003Cp>In addition, the text links for sorting, adding etc. are replaced by icons.\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 the Flexible Content Field add-on).\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>If you are using ACF Pro in the current version 6, you do not need this plugin because this function is already included.\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 the layout settings in ACF field editor for a better overview and easier sorting of the layouts or moving fields between layouts.",200,25020,2,"2024-12-22T19:31:00.000Z",[29,30,94,95,96],"collapse","expand","flexible-content-field","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-admin-flexible-content-collapse\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-admin-flexible-content-collapse.1.3.2.zip",{"slug":100,"name":101,"version":102,"author":5,"author_profile":6,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":36,"num_ratings":36,"last_updated":107,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":108,"homepage":112,"download_link":113,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"acf-tab-accordion-title-icons","ACF Tab & Accordion Title Icons","1.0.3","\u003Cp>The ACF Tab & Accordion Title Icons plugin extends the ACF Tab and Accordion field settings to add an icon to the titel.\u003C\u002Fp>\n\u003Cp>There are more than 240 icons you can use for your Tabs and Accordion titles. If you miss any icon, leave a comment in the support forum. If it’s not too fancy, I’ll add it in the next version.\u003C\u002Fp>\n\u003Cp>Or use the possibility to add your own icon font. See instructions below.\u003C\u002Fp>\n\u003Cp>In addition, the display of the title can be suppressed so that only the icon is displayed.\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.6.7 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>Use your own icon font\u003C\u002Fh3>\n\u003Cp>The plugin offers the possibility to use your own icon font.\u003C\u002Fp>\n\u003Cp>Generate your icon font with the free \u003Ca href=\"https:\u002F\u002Ficomoon.io\u002F\" rel=\"nofollow ugc\">IcoMoon App\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Each icon should have an unique name in the icons options. Use the tags in the icon options for the name(s) of the icon shown in the selectbox on the ACF field settings.\u003C\u002Fp>\n\u003Cp>Download your font and extract the zip file generated by IcoMoon.\u003C\u002Fp>\n\u003Cp>In your (child) themes folder add a folder named ‘acf-title-icons’ and copy the ‘fonts’ folder, the ‘selection.json’ and the ‘style.css’ from the extracted zip file from IcoMoon into that folder.\u003C\u002Fp>\n\u003Cp>After that, ACF Tab & Accordion Title Icons will use this icon font.\u003C\u002Fp>\n","Add icons to the titles of ACF Tabs and Accordions",80,3520,"2024-12-22T19:36:00.000Z",[109,29,30,110,111],"accordions","icons","tabs","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-tab-accordion-title-icons\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-tab-accordion-title-icons.1.0.3.zip"]