[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fj8aDjU_kwwZoiYD1eSF7PAnVkmvHC7ycPMK3br6V3P8":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":18,"download_link":23,"security_score":24,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":37,"analysis":144,"fingerprints":273},"simple-image-xml-sitemap","Simple Image XML Sitemap","3.5","Janine","https:\u002F\u002Fprofiles.wordpress.org\u002Fblapps\u002F","\u003Cp>The Simple Image XML Sitemap plugin will generate a XML sitemap for all your images uploaded within pages and posts (added as attachments).\u003C\u002Fp>\n\u003Cp>Therefore, the specific Image XML Sitemap will contain the URL to the post or page and URLs to all attached images and image meta data (caption and title).\u003C\u002Fp>\n\u003Cp>The plugin is written by Janine, and is based on Herbert van-Vliet’s image sitemap plugin.\u003C\u002Fp>\n","The Simple Image XML Sitemap plugin will generate a XML Sitemap for specifically for all images including images uploaded as Advanced Custom Fields (P &hellip;",1000,11546,100,2,"2024-07-28T13:06:00.000Z","6.6.5","4.0","",[20,21,22],"advanced-custom-fields","google-image-sitemaps","xml-image-sitemap","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-image-xml-sitemap.zip",92,0,null,"2026-03-15T15:16:48.613Z",[],{"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},"blapps",3,1360,90,30,87,"2026-04-03T19:22:09.259Z",[38,61,82,103,125],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":59,"download_link":60,"security_score":13,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"acf-content-analysis-for-yoast-seo","ACF Content Analysis for Yoast SEO","3.2","Yoast","https:\u002F\u002Fprofiles.wordpress.org\u002Fyoast\u002F","\u003Cp>This plugin ensures that Yoast SEO analyzes all ACF content including Flexible Content and Repeaters.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fyoast.com\u002Fwordpress\u002Fplugins\u002F\" rel=\"nofollow ugc\">Yoast SEO for WordPress\u003C\u002Fa> content and SEO analysis does not take in to account the content of a post’s \u003Ca href=\"http:\u002F\u002Fwww.advancedcustomfields.com\u002F\" rel=\"nofollow ugc\">Advanced Custom Fields\u003C\u002Fa>. This plugin uses the plugin system of Yoast SEO for WordPress to hook into the analyser in order to add ACF content to the SEO analysis.\u003C\u002Fp>\n\u003Cp>This had previously been done by the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-seo-acf-content-analysis\u002F\" rel=\"ugc\">WordPress SEO ACF Content Analysis\u003C\u002Fa> plugin but that no longer works with Yoast 3.0. Kudos to \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fryuheixys\u002F\" rel=\"nofollow ugc\">ryuheixys\u003C\u002Fa>, the author of that plugin, for the original idea.\u003C\u002Fp>\n\u003Cp>This Plugin is compatible with the free ACF 4 Version as well as with the PRO Version 5. Please be aware that it ignores Pro Add-Ons for Version 4. In that case please upgrade to ACF PRO Version 5.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>If you have issues, please \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FYoast\u002Fyoast-acf-analysis\u002Fissues\" rel=\"nofollow ugc\">submit them on GitHub\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Previously called Yoast ACF Analysis.\u003C\u002Fp>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Ch4>Remove specific field from scoring\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_filter( 'Yoast\\WP\\ACF\\blacklist_name', function ( $blacklist_name ) {\n    $blacklist_name->add( 'my-field-name' );\n    return $blacklist_name;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Remove field type from scoring\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_filter( 'Yoast\\WP\\ACF\\blacklist_type', function ( $blacklist_type ) {\n    \u002F\u002F text, image etc\n    $blacklist_type->add( 'text' );\n    $blacklist_type->add( 'image' );\n    return $blacklist_type;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Define custom field a specific heading value\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_filter( 'Yoast\\WP\\ACF\\headlines', function ( $headlines ) {\n    \u002F\u002F value from 1-6, 1=h1, 6=h6\n    $headlines['field_591eb45f2be86'] = 3;\n    return $headlines;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Change refresh rate\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_filter( 'Yoast\\WP\\ACF\\refresh_rate', function () {\n    \u002F\u002F Refresh rates in milliseconds\n    return 1000;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n","WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.",100000,2538123,84,34,"2025-12-01T18:33:00.000Z","6.9.4","6.6","7.2.5",[55,20,56,57,58],"acf","analysis","seo","yoast","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-content-analysis-for-yoast-seo\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-content-analysis-for-yoast-seo.3.2.zip",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":46,"downloaded":69,"rating":70,"num_ratings":71,"last_updated":72,"tested_up_to":51,"requires_at_least":6,"requires_php":73,"tags":74,"homepage":77,"download_link":78,"security_score":79,"vuln_count":80,"unpatched_count":25,"last_vuln_date":81,"fetched_at":27},"advanced-custom-fields-font-awesome","Advanced Custom Fields: Font Awesome Field","5.0.2","Matt Keys","https:\u002F\u002Fprofiles.wordpress.org\u002Fmattkeys\u002F","\u003Cp>Add a \u003Ca href=\"http:\u002F\u002Ffontawesome.com\u002F\" rel=\"nofollow ugc\">Font Awesome\u003C\u002Fa> icon field type to Advanced Custom Fields.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Specify which FontAwesome icon sets to use (Solid, Regular, Light, Thin, Duotone, Duotone Sharp, Brands, and Custom Upload Icons) (Some features only available with FontAwesome 5.x or 6.x icons)\u003C\u002Fli>\n\u003Cli>Create your own custom filtered list of FontAwesome icons to use with your fields. Use different custom icon sets with different fields\u003C\u002Fli>\n\u003Cli>Returns Icon Element, Icon Class, Icon Unicode, or an Object including the element, class, unicode value, and SVG data (if applicable)\u003C\u002Fli>\n\u003Cli>Optionally enqueues Font Awesome in footer where needed (when a FontAwesome field is being used on the page))\u003C\u002Fli>\n\u003Cli>Integrates with the \u003Ca href=\"https:\u002F\u002Fdocs.fontawesome.com\u002Fapis\u002Fgraphql\" rel=\"nofollow ugc\">FontAwesome GraphQL\u003C\u002Fa> for loading your \u003Ca href=\"https:\u002F\u002Fdocs.fontawesome.com\u002Fweb\u002Fsetup\u002Fuse-kit\" rel=\"nofollow ugc\">FontAwesome Kits\u003C\u002Fa>, searching for icons, and loading the latest version of FontAwesome\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: It is recommended to let this plugin enqueue the latest version of Font Awesome on your front-end; or include the latest version yourself using your \u003Ca href=\"https:\u002F\u002Fdocs.fontawesome.com\u002Fweb\u002Fsetup\u002Fuse-kit\" rel=\"nofollow ugc\">FontAwesome Kit\u003C\u002Fa>; so that available icons in the admin area will be displayed properly on your sites front-end.\u003C\u002Fp>\n\u003Ch4>Compatibility\u003C\u002Fh4>\n\u003Cp>This ACF field type is compatible with:\u003Cbr \u002F>\n* ACF 5.7+\u003Cbr \u002F>\n* FontAwesome 4.x, 5.x, 6.x and 7.x fonts\u003C\u002Fp>\n\u003Ch3>Optional Configuration\u003C\u002Fh3>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>ACFFA_always_enqueue_fa\u003C\u002Fstrong>: Return true to always enqueue FontAwesome on the frontend, even if no ACF FontAwesome fields are in use on the page. This will enqueue FontAwesome in the header instead of the footer.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_admin_enqueue_fa\u003C\u002Fstrong>: Return false to stop enqueueing FontAwesome in the admin area. Useful if you already have FontAwesome enqueued by some other means.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_get_icons\u003C\u002Fstrong>: (Applies to FontAwesome 4.x and 5.x icons only) Filter the array of icons and icon details loaded from the database\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_get_fa_url\u003C\u002Fstrong>: Filter the URL used for enqueuing FontAwesome in the frontend and admin areas of the site.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_override_major_version\u003C\u002Fstrong>: Filter to manually set the ‘major’ version of FontAwesome to load (accepts either 4, 5, or 6). NOTE: This filter must be registered before any calls to ACF get_field() function are made.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_fa_api_key\u003C\u002Fstrong>: Filter to programmatically set the FontAwesome API key.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACFFA_fa_kit_token\u003C\u002Fstrong>: Filter to programmatically set the FontAwesome kit token.\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds a new 'Font Awesome Icon' field to the popular Advanced Custom Fields plugin.",1665691,98,36,"2026-01-09T09:54:00.000Z","5.6",[55,20,75,76],"font-awesome","fontawesome","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields-font-awesome\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-font-awesome.5.0.2.zip",99,1,"2026-02-18 00:00:00",{"slug":83,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":90,"downloaded":91,"rating":70,"num_ratings":92,"last_updated":93,"tested_up_to":51,"requires_at_least":94,"requires_php":95,"tags":96,"homepage":100,"download_link":101,"security_score":70,"vuln_count":14,"unpatched_count":25,"last_vuln_date":102,"fetched_at":27},"advanced-custom-fields-table-field","Table Field Add-on for ACF and SCF","1.3.34","Johann Heyne","https:\u002F\u002Fprofiles.wordpress.org\u002Fjonua\u002F","\u003Cp>The Table Field plugin is an Add-on and enhances the functionality of the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\" rel=\"nofollow ugc\">Advanced Custom Fields (ACF) plugin\u003C\u002Fa> and the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsecure-custom-fields\u002F\" rel=\"ugc\">Secure Custom Fields plugin\u003C\u002Fa> with easy-to-edit tables.\u003C\u002Fp>\n\u003Cp>This plugin requires the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\" rel=\"nofollow ugc\">Advanced Custom Fields plugin\u003C\u002Fa> or the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsecure-custom-fields\u002F\" rel=\"ugc\">Secure Custom Fields plugin\u003C\u002Fa>!\u003C\u002Fp>\n\u003Cp>The table field works also with the ACF repeater and flexible field types and supports the \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fblog\u002Facf-5-8-introducing-acf-blocks-for-gutenberg\u002F\" rel=\"nofollow ugc\">ACF Blocks for Gutenberg\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Table Header (Option)\u003C\u002Fli>\n\u003Cli>Table Caption (Option)\u003C\u002Fli>\n\u003Cli>Support for ACF Gutenberg blocks\u003C\u002Fli>\n\u003Cli>Add and remove table columns and rows\u003C\u002Fli>\n\u003Cli>Change order of columns and rows by dragging\u003C\u002Fli>\n\u003Cli>To move to the next cells editor press key: tab\u003C\u002Fli>\n\u003Cli>To move to the previous cells editor press key: shift + tab\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Translations\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>English – default, always included\u003C\u002Fli>\n\u003Cli>German: Deutsch – immer dabei!\u003C\u002Fli>\n\u003Cli>Danish: Dansk – altid der!\u003C\u002Fli>\n\u003Cli>Polish: Polski – zawsze tam jest!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cem>Note:\u003C\u002Fem> Please \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fadvanced-custom-fields-table-field\" rel=\"nofollow ugc\">contribute your language\u003C\u002Fa> to the plugin to make it even more useful.\u003C\u002Fp>\n\u003Ch3>PRO\u003C\u002Fh3>\n\u003Cp>There is also a \u003Ca href=\"https:\u002F\u002Fwww.acf-table-field.com\" rel=\"nofollow ugc\">Table Field Pro\u003C\u002Fa> Add-on for the Advanced Custom Fields and Secure Custom Fields plugins.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Setup custom default table\u003C\u002Fli>\n\u003Cli>Setup minimum and maximum amount of rows and columns\u003C\u002Fli>\n\u003Cli>Setup style choice for the table and parts of the table\u003C\u002Fli>\n\u003Cli>Restrict table editing functionalities\u003C\u002Fli>\n\u003Cli>Configurable optional WordPress editor for cell content editing\u003C\u002Fli>\n\u003Cli>Table head and foot rows\u003C\u002Fli>\n\u003Cli>Stub column\u003C\u002Fli>\n\u003Cli>Rowspan and colspan\u003C\u002Fli>\n\u003Cli>Improved way for moving rows and columns\u003C\u002Fli>\n\u003Cli>Disable moving individual columns\u003C\u002Fli>\n\u003Cli>Support for REST-API\u003C\u002Fli>\n\u003Cli>Support for WP GraphQL\u003C\u002Fli>\n\u003Cli>Support for third-party plugins\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The Pro plugin can run in parallel and you can change an existing field with field type “Table” to the field type “Table Pro” as required.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.acf-table-field.com\" rel=\"nofollow ugc\">to the plugin website\u003C\u002Fa>\u003C\u002Fp>\n","A Table Field Add-on for the Advanced Custom Fields and Secure Custom Fields Plugin.",50000,1080358,59,"2026-02-01T16:56:00.000Z","5.3","7.4",[55,20,97,98,99],"scf","secure-custom-fields","table","https:\u002F\u002Fwww.acf-table-field.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-table-field.1.3.34.zip","2026-01-05 19:00:21",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":70,"num_ratings":113,"last_updated":114,"tested_up_to":51,"requires_at_least":115,"requires_php":116,"tags":117,"homepage":122,"download_link":123,"security_score":79,"vuln_count":80,"unpatched_count":25,"last_vuln_date":124,"fetched_at":27},"acf-better-search","ACF: Better Search","4.4.1","Mateusz Gbiorczyk","https:\u002F\u002Fprofiles.wordpress.org\u002Fmateuszgbiorczyk\u002F","\u003Cp>This plugin adds to default WordPress search engine the ability to search by content from selected fields of Advanced Custom Fields plugin.\u003C\u002Fp>\n\u003Cp>Everything works automatically, no need to add any additional code. The plugin does not create a search results page, but modifies the SQL database query to make your search engine work better.\u003C\u002Fp>\n\u003Cp>Additionally you can search for whole phrases instead of each single word of phrase. As a result, search will be more accurate than before.\u003C\u002Fp>\n\u003Ch4>New search core\u003C\u002Fh4>\n\u003Cp>We modified the code of search engine. Content search is now faster by about 75% \u003Cem>(depending on the level of complexity of searched phrase)\u003C\u002Fem>!\u003C\u002Fp>\n\u003Ch4>Support to the development of plugin\u003C\u002Fh4>\n\u003Cp>We spend hours working on the development of this plugin. Technical support also requires a lot of time, but we do it because we want to offer you the best plugin. We enjoy every new plugin installation.\u003C\u002Fp>\n\u003Cp>If you would like to appreciate it, you can \u003Ca href=\"https:\u002F\u002Fko-fi.com\u002Fgbiorczyk\u002F?utm_source=acf-better-search&utm_medium=readme-content\" rel=\"nofollow ugc\">provide us a coffee\u003C\u002Fa>. \u003Cstrong>If every user bought at least one, we could work on the plugin 24 hours a day!\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Please also read the FAQ below. Thank you for being with us!\u003C\u002Fh4>\n","This plugin adds to default WordPress search engine the ability to search by content from selected fields of Advanced Custom Fields plugin.",40000,809726,164,"2025-12-08T19:55:00.000Z","5.0","7.0",[118,20,119,120,121],"acf-search","better-search","extended-search","search","https:\u002F\u002Fmattplugins.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-better-search.4.4.1.zip","2019-06-27 00:00:00",{"slug":126,"name":127,"version":128,"author":129,"author_profile":130,"description":131,"short_description":132,"active_installs":111,"downloaded":133,"rating":13,"num_ratings":134,"last_updated":135,"tested_up_to":51,"requires_at_least":115,"requires_php":95,"tags":136,"homepage":142,"download_link":143,"security_score":13,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27},"csv-xml-import-for-acf","WP All Import – Import Add-On for ACF","1.0.7","WP All Import","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpallimport\u002F","\u003Cp>The ACF Add-On for \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\u002F\" rel=\"ugc\">WP All Import\u003C\u002Fa> makes it easy to bulk import data from any CSV or XML file into your ACF fields in WordPress in less than 10 minutes.\u003C\u002Fp>\n\u003Cp>The left side shows all of the ACF fields that you can import to and the right side displays the data from your XML\u002FCSV file.\u003C\u002Fp>\n\u003Cp>Simply Drag & Drop the data from your XML or CSV into the ACF fields to import them.\u003C\u002Fp>\n\u003Cp>The importer is so intuitive that it is almost like manually adding custom post type data in the Advanced Custom Fields plugin.\u003C\u002Fp>\n\u003Cp>ACF CSV imports? ACF XML imports? They are EASY with WP All Import.\u003C\u002Fp>\n\u003Ch4>Why you should use the ACF Add-On for WP All Import\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Supports files in any format and structure. There are no requirements for the data in your file to be organized in a certain way. CSV imports into Advanced Custom Fields is easy, no matter the structure of your file.\u003C\u002Fli>\n\u003Cli>Import all basic fields such as text, numbers, range, email address URL, and password. Support for all other ACF fields in the Pro version of the ACF add-on.\u003C\u002Fli>\n\u003Cli>Imports files of practically unlimited size by automatically splitting them into chunks. WP All Import is limited solely by your server settings.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>ACF WP All Import Pro Edition\u003C\u002Fh4>\n\u003Cp>The ACF Add-On for WP All Import is fully compatible with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\" rel=\"ugc\">the free version of WP All Import\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>However, \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">the Pro version of WP All Import and the ACF add-on\u003C\u002Fa> includes premium support and adds the following features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Support for every ACF Field – \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Fhow-to-import-advanced-custom-fields-acf-from-csv\u002F\" rel=\"nofollow ugc\">Import ACF data from CSV, Excel, or XML\u003C\u002Fa> into Flexible Content, Relationships, Dates, Image Galleries, Google Maps, and more.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Fimport-acf-repeater\u002F\" rel=\"nofollow ugc\">Import ACF Repeater fields\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Image and Gallery support – Easily import gallery images from your computer, another server, or anywhere else.\u003C\u002Fli>\n\u003Cli>Import files from a URL – Download and import files from external websites, even if they are password protected with HTTP authentication.\u003C\u002Fli>\n\u003Cli>Cron Job\u002FRecurring Imports – WP All Import Pro can periodically check a file for updates, and add, edit, delete, and update any custom post type.\u003C\u002Fli>\n\u003Cli>Custom PHP Functions –  Pass your data through custom functions by using [my_function({data[1]})] in your import template. WP All Import will pass the value of {data[1]} through my_function and use whatever it returns.\u003C\u002Fli>\n\u003Cli>Access to premium technical support.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">Upgrade to the Pro version of WP All Import now.\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>You need the ACF add-on if you need to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Import hundreds and thousands of posts in a few minutes.\u003C\u002Fli>\n\u003Cli>You want to save your precious time and avoid doing manual data entry.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>ACF CSV Imports\u003C\u002Fh4>\n\u003Cp>CSV is a common file format that’s editable by major spreadsheet software. It allows you to easily add and edit ACF data and change column names.\u003C\u002Fp>\n\u003Cp>When importing ACF data from CSV files, you should use UTF-8 encoding (which is very standard) if you are having any trouble with CSV imports containing special characters. But other than that, there are no special requirements.\u003C\u002Fp>\n\u003Cp>This add-on is the best option for ACF CSV import tasks – our importer is extremely flexible when doing ACF imports because you don’t need to edit your CSV files to import the data to Advanced Custom Fields. WP All Import can import ANY CSV file to ACF. You don’t need to layout your data in a specific way, and you don’t need your CSV to have specific column names. WP All Import’s drag & drop interface provides you with a visual way to map the columns in your CSV file to the appropriate fields in Advanced Custom Fields.\u003C\u002Fp>\n\u003Ch4>Developers: Create Your Own Add-On\u003C\u002Fh4>\n\u003Cp>This Add-On was created using the \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Faddon-dev\u002Foverview\u002F\" rel=\"nofollow ugc\">Rapid Add-On API\u003C\u002Fa> for WP All Import. We’ve made it really easy to write your own Add-On.\u003C\u002Fp>\n\u003Cp>Don’t have time? We’ll help you find someone to write it for you.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdevelopers\u002F\" rel=\"nofollow ugc\">Read more about getting an Add-On made for your plugin or theme.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Related Plugins\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-export\u002F\" rel=\"ugc\">Export any WordPress data to XML\u002FCSV\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\u002F\" rel=\"ugc\">Import any XML or CSV File to WordPress\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fproduct-export-for-woocommerce\u002F\" rel=\"ugc\">Export Products to CSV\u002FXML for WooCommerce\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-product-tabs-wp-all-import-add-on\u002F\" rel=\"ugc\">Custom Product Tabs for WooCommerce WP All Import Add-on\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Forder-export-for-woocommerce\u002F\" rel=\"ugc\">Export Orders to CSV\u002FXML for WooCommerce\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fexport-wp-users-xml-csv\u002F\" rel=\"ugc\">Export WordPress Users to CSV\u002FXML\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>You can submit the \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fsupport\u002F\" rel=\"nofollow ugc\">support form on our website\u003C\u002Fa> or email us at \u003Ca href=\"mailto:support@wpallimport.com\" rel=\"nofollow ugc\">support@wpallimport.com\u003C\u002Fa>. While we try to assist users of our free version, please note that support is not guaranteed and will depend on our capacity. For premium support, purchase \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">WP All Import Pro\u003C\u002Fa>.\u003C\u002Fp>\n","Drag & drop to import any CSV, Excel, XML, or Google Sheets file into Advanced Custom Fields. Supports repeaters, flexible content, galleries, and &hellip;",182413,6,"2026-01-30T14:05:00.000Z",[137,138,139,140,141],"acf-import","csv-import","import-acf","import-advanced-custom-fields","xml-import","http:\u002F\u002Fwww.wpallimport.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcsv-xml-import-for-acf.1.0.7.zip",{"attackSurface":145,"codeSignals":179,"taintFlows":260,"riskAssessment":261,"analyzedAt":272},{"hooks":146,"ajaxHandlers":175,"restRoutes":176,"shortcodes":177,"cronEvents":178,"entryPointCount":25,"unprotectedCount":25},[147,153,157,163,167,172],{"type":148,"name":149,"callback":150,"file":151,"line":152},"action","plugins_loaded","sixs_load_plugin_textdomain","simple-xml-image-sitemap.php",17,{"type":148,"name":154,"callback":155,"file":151,"line":156},"admin_menu","sixs_image_sitemap_page",19,{"type":158,"name":159,"callback":160,"priority":161,"file":151,"line":162},"filter","plugin_action_links","sixs_plugin_action_links",10,54,{"type":148,"name":164,"callback":165,"file":151,"line":166},"save_post","sixs_image_sitemap_create",374,{"type":148,"name":168,"callback":169,"file":170,"line":171},"admin_init","sixs_register_settings","sixs_functions.php",21,{"type":148,"name":154,"callback":173,"file":170,"line":174},"sixs_register_options_page",28,[],[],[],[],{"dangerousFunctions":180,"sqlUsage":181,"outputEscaping":187,"fileOperations":80,"externalRequests":25,"nonceChecks":80,"capabilityChecks":25,"bundledLibraries":259},[],{"prepared":182,"raw":80,"locations":183},4,[184],{"file":151,"line":185,"context":186},224,"$wpdb->get_results() with variable interpolation",{"escaped":14,"rawEcho":188,"locations":189},43,[190,193,195,196,198,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,228,230,232,234,236,237,238,239,240,241,242,243,244,246,247,248,249,251,252,253,255,257,258],{"file":151,"line":191,"context":192},88,"raw output",{"file":151,"line":194,"context":192},89,{"file":151,"line":24,"context":192},{"file":151,"line":197,"context":192},94,{"file":151,"line":70,"context":192},{"file":151,"line":200,"context":192},102,{"file":151,"line":202,"context":192},104,{"file":151,"line":204,"context":192},115,{"file":151,"line":206,"context":192},116,{"file":151,"line":208,"context":192},117,{"file":151,"line":210,"context":192},118,{"file":151,"line":212,"context":192},123,{"file":151,"line":214,"context":192},124,{"file":151,"line":216,"context":192},132,{"file":151,"line":218,"context":192},133,{"file":151,"line":220,"context":192},134,{"file":170,"line":222,"context":192},35,{"file":170,"line":224,"context":192},40,{"file":170,"line":226,"context":192},42,{"file":170,"line":188,"context":192},{"file":170,"line":229,"context":192},64,{"file":170,"line":231,"context":192},68,{"file":170,"line":233,"context":192},73,{"file":170,"line":235,"context":192},80,{"file":170,"line":235,"context":192},{"file":170,"line":235,"context":192},{"file":170,"line":35,"context":192},{"file":170,"line":197,"context":192},{"file":170,"line":197,"context":192},{"file":170,"line":197,"context":192},{"file":170,"line":79,"context":192},{"file":170,"line":202,"context":192},{"file":170,"line":245,"context":192},111,{"file":170,"line":245,"context":192},{"file":170,"line":245,"context":192},{"file":170,"line":210,"context":192},{"file":170,"line":250,"context":192},125,{"file":170,"line":250,"context":192},{"file":170,"line":250,"context":192},{"file":170,"line":254,"context":192},130,{"file":170,"line":256,"context":192},141,{"file":170,"line":256,"context":192},{"file":170,"line":256,"context":192},[],[],{"summary":262,"deductions":263},"The plugin \"simple-image-xml-sitemap\" v3.5 exhibits a generally strong security posture, primarily due to a lack of identified attack surface and no critical vulnerabilities in its history. The static analysis indicates a well-defined codebase with zero identified entry points for external interaction (AJAX, REST API, shortcodes, cron events), which significantly reduces the potential for exploitation. The presence of nonce and capability checks, along with a high percentage of SQL queries using prepared statements, are positive indicators of secure coding practices.\n\nHowever, the code analysis does reveal significant areas for concern. The extremely low percentage of properly escaped output (4%) is a major red flag, suggesting a high likelihood of cross-site scripting (XSS) vulnerabilities. While no specific flows were identified in the taint analysis, the sheer volume of unescaped output means that user-supplied data could be injected into the page without proper sanitization. The single file operation also warrants attention, especially if it involves user-controlled input.\n\nGiven the absence of any historical vulnerabilities, it suggests the plugin has been developed with care or has not been a target for attackers. Nevertheless, the identified weaknesses, particularly the output escaping, present a tangible risk. A balanced conclusion would be that while the plugin's architecture is secure from external entry points, its internal handling of data output is a significant weakness that needs immediate attention to prevent potential XSS exploits.",[264,267,270],{"reason":265,"points":266},"Only 4% of outputs are properly escaped",15,{"reason":268,"points":269},"One file operation present",5,{"reason":271,"points":161},"No capability checks","2026-03-16T18:58:08.057Z",{"wat":274,"direct":280},{"assetPaths":275,"generatorPatterns":277,"scriptPaths":278,"versionParams":279},[276],"\u002Fwp-content\u002Fplugins\u002Fsimple-image-xml-sitemap\u002F",[],[],[],{"cssClasses":281,"htmlComments":282,"htmlAttributes":283,"restEndpoints":284,"jsGlobals":285,"shortcodeOutput":286},[],[],[],[],[],[287,288,289,290,291,292,293],"\u003Ch2>Simple XML Image Sitemap\u003C\u002Fh2>","\u003Cp>Image sitemaps can be used to inform search engines about the images on your website.","You can create or re-create the sitemap file by clicking the following button.","\u003Cdiv style=\"color:red\">We recommend to use the Plugin \u003Ca href=\"https:\u002F\u002Fde.wordpress.org\u002Fplugins\u002Fsimple-seo-criteria-check\u002F\" target=\"_Blank\">Simple SEO Criteria Checklist\u003C\u002Fa> to check completeness of image meta information for XML Image Sitemap\u003C\u002Fdiv>","\u003Cinput type=\"submit\" class=\"button-primary\" name=\"submit\" value=\"Generate Image Sitemap\" \u002F>","\u003Cp>After the sitemap has been created, you can submit it using","\u003Cp>\u003Ca href=\"options-general.php?page=plugin_sixs\">Settings for XML Image Sitemap\u003C\u002Fa>\u003C\u002Fp>"]