[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f-PdNkN2CoRMKBlICLOVvzZYYZgWXyt3abjVZ1EHBVXc":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":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":38,"analysis":145,"fingerprints":302},"acf-tablepress","ACF: TablePress","1.3.2","TylerDigital","https:\u002F\u002Fprofiles.wordpress.org\u002Ftylerdigital\u002F","\u003Cp>\u003Cstrong>This is an extension for the popular \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields\u002F\" rel=\"ugc\">Advanced Custom Fields\u003C\u002Fa> plugin and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftablepress\u002F\" rel=\"ugc\">TablePress\u003C\u002Fa> plugin. By itself, this plugin does NOTHING.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This add-on for Advanced Custom Fields creates a custom field type to select a TablePress table, providing a dropdown menu that lets you select from a list of available tables. The field can return the table ID for the table selected, or the full HTML of the table.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin requires:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Advanced Custom Fields version 4+ or 5+\u003C\u002Fli>\n\u003Cli>TablePress version 1.5+\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cem>Just to be sure there’s no confusion…\u003C\u002Fem> \u003Cstrong>This plugin does nothing unless \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields\u002F\" rel=\"ugc\">ACF\u003C\u002Fa> (Or \u003Ca href=\"http:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">ACF Pro\u003C\u002Fa>) and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftablepress\u002F\" rel=\"ugc\">TablePress\u003C\u002Fa> are both active on your site\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Follow this plugin on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftylerdigital\u002Facf-tablepress\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Using the Field\u003C\u002Fh3>\n\u003Cp>This field can return the table ID for the table selected, or the full HTML of the table (the same output as the rendered shortcode).\u003C\u002Fp>\n\u003Cp>When returning the table ID, either of the following code snippets will output your table (replacing ‘your_table_here’ with the field name you defined in your ACF Field Group settings).\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php \n    $tablepress_id = get_field( 'your_field_here' );\n    echo do_shortcode( '[table id=\"'.$tablepress_id.'\"]' ); \n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>or, to avoid using \u003Ccode>do_shortcode()\u003C\u002Fcode>, use\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    $tablepress_id = get_field( 'your_field_here' );\n    $args = array(\n      'id' => $tablepress_id,\n    );\n    if ( function_exists( 'tablepress_print_table' ) ) {\n      tablepress_print_table( $args );\n    }\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To simply display the chosen table on your page, choose the HTML output option in your field settings, and insert into your php with\u003C\u002Fp>\n\u003Cpre>\u003Ccode>the_field( 'your_field_here' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For a more detailed explanation, see our article, \u003Ca href=\"http:\u002F\u002Ftylerdigital.com\u002Fdocument\u002Fsetting-up-an-acf-field-for-tablepress\u002F\" rel=\"nofollow ugc\">Setting up an ACF field for TablePress\u003C\u002Fa>.\u003C\u002Fp>\n","ACF field type to select a TablePress table",1000,25973,100,4,"2016-07-14T14:37:00.000Z","4.5.33","4.0","",[20,21,22,23,24],"acf","advanced-custom-fields","table","tablepress","tables","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-tablepress.1.3.2.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":14,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"tylerdigital",3250,89,30,86,"2026-04-04T15:29:26.670Z",[39,62,83,103,124],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":49,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":54,"tags":55,"homepage":58,"download_link":59,"security_score":49,"vuln_count":60,"unpatched_count":27,"last_vuln_date":61,"fetched_at":29},"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,98,59,"2026-02-01T16:56:00.000Z","6.9.4","5.3","7.4",[20,21,56,57,22],"scf","secure-custom-fields","https:\u002F\u002Fwww.acf-table-field.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-table-field.1.3.34.zip",2,"2026-01-05 19:00:21",{"slug":63,"name":64,"version":65,"author":66,"author_profile":67,"description":68,"short_description":69,"active_installs":70,"downloaded":71,"rating":72,"num_ratings":73,"last_updated":74,"tested_up_to":75,"requires_at_least":17,"requires_php":18,"tags":76,"homepage":80,"download_link":81,"security_score":82,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"table-sorter","Table Sorter","2.3","Farhan Noor","https:\u002F\u002Fprofiles.wordpress.org\u002Ffarhannoor\u002F","\u003Cp>Table Sorter turns standard HTML table (with THEAD and TBODY tags) into a sortable table without page refresh. It works on every table, whether it is coded in the wordpress template(theme) file or generated from the wordpress editor. This plugin is very handy for theme developers. It has many useful features including :\u003C\u002Fp>\n\u003Col>\n\u003Cli>Multi-column sorting.\u003C\u002Fli>\n\u003Cli>Disable sorting from particular column(s).\u003C\u002Fli>\n\u003Cli>Sort multiple columns simultaneously.\u003C\u002Fli>\n\u003Cli>Cross-browser support\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>For complete documentation and demo, please visit \u003Ca href=\"http:\u002F\u002Fwpreloaded.com\u002Ftable-sorter\" rel=\"nofollow ugc\">WP Table Sorter\u003C\u002Fa>  plugin support page.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>NOTE\u003C\u002Fstrong> This plugin works at code level and provides only one opiton under Settings section in WordPress admin panel.\u003C\u002Fp>\n\u003Cp>Happy coding!\u003C\u002Fp>\n","No more old static tables, make your HTML tables sortable.",9000,48083,96,29,"2024-11-15T20:33:00.000Z","6.7.5",[77,78,23,79],"sortable","table-press","tablesorter","https:\u002F\u002Fwpreloaded.com\u002Fplugins\u002Ftable-sorter","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftable-sorter.2.3.zip",92,{"slug":23,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":90,"downloaded":91,"rating":13,"num_ratings":92,"last_updated":93,"tested_up_to":52,"requires_at_least":94,"requires_php":54,"tags":95,"homepage":99,"download_link":100,"security_score":34,"vuln_count":101,"unpatched_count":27,"last_vuln_date":102,"fetched_at":29},"TablePress – Tables in WordPress made easy","3.2.8","Tobias Bäthge","https:\u002F\u002Fprofiles.wordpress.org\u002Ftobiasbg\u002F","\u003Cp>\u003Cstrong>Boost your website with feature-rich tables that your visitors will love!\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>TablePress is the most popular and highest-rated WordPress table plugin.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Easily create, edit, and manage \u003Cstrong>beautiful and modern\u003C\u002Fstrong> data tables, no matter if \u003Cstrong>small or large\u003C\u002Fstrong>!\u003C\u002Fli>\n\u003Cli>Add live \u003Cstrong>sorting\u003C\u002Fstrong>, \u003Cstrong>pagination\u003C\u002Fstrong>, \u003Cstrong>searching\u003C\u002Fstrong>, and more interactivity for your site’s visitors!\u003C\u002Fli>\n\u003Cli>Use any type of data, insert \u003Cstrong>images\u003C\u002Fstrong>, \u003Cstrong>links\u003C\u002Fstrong>, and even \u003Cstrong>math formulas\u003C\u002Fstrong>!\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Import\u003C\u002Fstrong> and \u003Cstrong>export\u003C\u002Fstrong> tables from\u002Fto Excel, CSV, HTML, and JSON files or URLs.\u003C\u002Fli>\n\u003Cli>Embed tables into posts, pages, or other site areas using the block editor, an Elementor widget, or Shortcodes.\u003C\u002Fli>\n\u003Cli>All with \u003Cstrong>no coding knowledge needed\u003C\u002Fstrong>!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Even \u003Cstrong>more great features\u003C\u002Fstrong> for you and your site’s visitors and \u003Cstrong>priority email support\u003C\u002Fstrong> are \u003Cstrong>available\u003C\u002Fstrong> with a Premium license plan of TablePress. \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Fpremium\u002F?utm_source=wordpress.org&utm_medium=textlink&utm_content=readme\" rel=\"nofollow ugc\">Go check them out!\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>More information\u003C\u002Fh4>\n\u003Cp>Visit \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002F\" rel=\"nofollow ugc\">tablepress.org\u003C\u002Fa> for more information, take a look at \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Fdemo\u002F\" rel=\"nofollow ugc\">example tables\u003C\u002Fa>, or \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Fdemo\u002F#try\" rel=\"nofollow ugc\">try TablePress on a free test site\u003C\u002Fa>. For latest news, \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002FTablePress\" rel=\"nofollow ugc\">follow @TablePress\u003C\u002Fa> on Twitter\u002FX or subscribe to the \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002F#newsletter\" rel=\"nofollow ugc\">TablePress Newsletter\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>How to use TablePress\u003C\u002Fh3>\n\u003Cp>After installing the plugin, you can create and manage tables on the “TablePress” screen in the WordPress Dashboard.\u003C\u002Fp>\n\u003Cp>To insert a table into a post or page, add a “TablePress table” block in the block editor or a widget in the Elementor page builder and select the desired table or use Shortcodes with other page builders.\u003C\u002Fp>\n\u003Cp>Beginner-friendly step-by-step \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Ftutorials\u002F\" rel=\"nofollow ugc\">tutorials, guides, and how-tos\u003C\u002Fa> show how to achieve common and popular tasks with TablePress.\u003Cbr \u002F>\nExamples for common styling changes via “Custom CSS” code can be found on the \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Ffaq\u002F\" rel=\"nofollow ugc\">TablePress FAQ page\u003C\u002Fa>.\u003Cbr \u002F>\nYou may also add certain features (like sorting, pagination, filtering, alternating row colors, row highlighting, print name and\u002For description, …) by enabling the corresponding checkboxes on a table’s “Edit” screen.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Even more great features for you and your site’s visitors and priority email support are available with a Premium license plan of TablePress. \u003Ca href=\"https:\u002F\u002Ftablepress.org\u002Fpremium\u002F?utm_source=wordpress.org&utm_medium=textlink&utm_content=readme\" rel=\"nofollow ugc\">Go check them out!\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n","Embed beautiful, accessible, and interactive tables into your WordPress website’s posts and pages, without having to write code!",700000,22934643,4622,"2026-03-03T04:48:00.000Z","6.2",[96,97,98,22,24],"csv","excel","spreadsheet","https:\u002F\u002Ftablepress.org\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftablepress.3.2.8.zip",9,"2025-11-03 14:02:33",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":113,"num_ratings":114,"last_updated":115,"tested_up_to":52,"requires_at_least":116,"requires_php":117,"tags":118,"homepage":122,"download_link":123,"security_score":13,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"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.6","7.2.5",[20,21,119,120,121],"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":125,"name":126,"version":127,"author":128,"author_profile":129,"description":130,"short_description":131,"active_installs":111,"downloaded":132,"rating":49,"num_ratings":133,"last_updated":134,"tested_up_to":52,"requires_at_least":135,"requires_php":136,"tags":137,"homepage":140,"download_link":141,"security_score":142,"vuln_count":143,"unpatched_count":27,"last_vuln_date":144,"fetched_at":29},"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,36,"2026-01-09T09:54:00.000Z","3.5","5.6",[20,21,138,139],"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",{"attackSurface":146,"codeSignals":248,"taintFlows":295,"riskAssessment":296,"analyzedAt":301},{"hooks":147,"ajaxHandlers":244,"restRoutes":245,"shortcodes":246,"cronEvents":247,"entryPointCount":27,"unprotectedCount":27},[148,154,158,162,166,169,173,176,179,183,188,191,194,196,200,204,208,211,214,217,221,224,228,230,233,237,242],{"type":149,"name":150,"callback":151,"file":152,"line":153},"action","admin_init","acftp_deactivate","acf-tablepress.php",43,{"type":149,"name":155,"callback":156,"file":152,"line":157},"admin_notices","acftp_admin_notice",44,{"type":149,"name":159,"callback":160,"file":152,"line":161},"acf\u002Finclude_field_types","include_field_types_tablepress",76,{"type":149,"name":163,"callback":164,"file":152,"line":165},"acf\u002Fregister_fields","register_fields_tablepress",82,{"type":149,"name":167,"callback":168,"file":152,"line":113},"init","acftp_load_plugin_textdomain",{"type":149,"name":170,"callback":171,"file":152,"line":172},"plugins_loaded","acftp_init",93,{"type":149,"name":167,"callback":167,"file":174,"line":175},"class-tgm-plugin-activation.php",264,{"type":149,"name":177,"callback":177,"file":174,"line":178},"admin_menu",411,{"type":149,"name":180,"callback":181,"file":174,"line":182},"admin_head","dismiss",412,{"type":184,"name":185,"callback":186,"file":174,"line":187},"filter","install_plugin_complete_actions","actions",415,{"type":184,"name":189,"callback":186,"file":174,"line":190},"update_plugin_complete_actions",416,{"type":149,"name":155,"callback":192,"file":174,"line":193},"notices",419,{"type":149,"name":150,"callback":150,"priority":143,"file":174,"line":195},420,{"type":149,"name":197,"callback":198,"file":174,"line":199},"admin_enqueue_scripts","thickbox",421,{"type":149,"name":201,"callback":202,"priority":143,"file":174,"line":203},"load-plugins.php","add_plugin_action_link_filters",424,{"type":149,"name":205,"callback":206,"file":174,"line":207},"switch_theme","flush_plugins_cache",428,{"type":149,"name":205,"callback":209,"file":174,"line":210},"update_dismiss",431,{"type":149,"name":150,"callback":212,"file":174,"line":213},"force_activation",436,{"type":149,"name":205,"callback":215,"file":174,"line":216},"force_deactivation",441,{"type":184,"name":218,"callback":219,"priority":143,"file":174,"line":220},"upgrader_source_selection","maybe_adjust_source_dir",786,{"type":149,"name":170,"callback":222,"file":174,"line":223},"load_tgm_plugin_activation",1902,{"type":184,"name":225,"callback":226,"file":174,"line":227},"tgmpa_table_data_items","sort_table_items",2026,{"type":184,"name":218,"callback":219,"priority":143,"file":174,"line":229},2753,{"type":149,"name":150,"callback":231,"file":174,"line":232},"tgmpa_load_bulk_installer",2913,{"type":149,"name":234,"callback":235,"file":174,"line":236},"upgrader_process_complete","populate_file_path",3008,{"type":184,"name":238,"callback":239,"priority":240,"file":174,"line":241},"upgrader_post_install","auto_activate",10,3065,{"type":184,"name":238,"callback":239,"priority":240,"file":174,"line":243},3207,[],[],[],[],{"dangerousFunctions":249,"sqlUsage":250,"outputEscaping":252,"fileOperations":27,"externalRequests":27,"nonceChecks":14,"capabilityChecks":240,"bundledLibraries":294},[],{"prepared":27,"raw":27,"locations":251},[],{"escaped":253,"rawEcho":254,"locations":255},80,20,[256,259,261,263,265,267,269,271,273,276,278,280,281,284,286,288,289,290,292,293],{"file":152,"line":257,"context":258},62,"raw output",{"file":174,"line":260,"context":258},817,{"file":174,"line":262,"context":258},969,{"file":174,"line":264,"context":258},980,{"file":174,"line":266,"context":258},989,{"file":174,"line":268,"context":258},2555,{"file":174,"line":270,"context":258},2777,{"file":174,"line":272,"context":258},2803,{"file":274,"line":275,"context":258},"tablepress-v4.php",28,{"file":274,"line":277,"context":258},47,{"file":274,"line":279,"context":258},75,{"file":274,"line":36,"context":258},{"file":282,"line":283,"context":258},"tablepress-v5.php",48,{"file":282,"line":285,"context":258},60,{"file":282,"line":287,"context":258},74,{"file":282,"line":287,"context":258},{"file":282,"line":161,"context":258},{"file":282,"line":291,"context":258},83,{"file":282,"line":291,"context":258},{"file":282,"line":291,"context":258},[],[],{"summary":297,"deductions":298},"The plugin \"acf-tablepress\" v1.3.2 presents a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified CVEs and the clean vulnerability history are significant strengths, indicating a history of secure development and maintenance.  The static analysis reveals a very small attack surface with no apparent entry points that are not protected by authentication or authorization checks.  The code also demonstrates good practices such as 100% use of prepared statements for SQL queries and a high rate of output escaping.  The presence of nonce and capability checks further bolsters its security.",[299],{"reason":300,"points":14},"80% of outputs properly escaped, not 100%","2026-03-16T19:04:12.133Z",{"wat":303,"direct":310},{"assetPaths":304,"generatorPatterns":307,"scriptPaths":308,"versionParams":309},[305,306],"\u002Fwp-content\u002Fplugins\u002Facf-tablepress\u002Ftablepress-v5.php","\u002Fwp-content\u002Fplugins\u002Facf-tablepress\u002Ftablepress-v4.php",[],[],[],{"cssClasses":311,"htmlComments":313,"htmlAttributes":316,"restEndpoints":317,"jsGlobals":318,"shortcodeOutput":319},[312],"acf-field-tablepress",[314,315],"For ACF 5","For ACF 4",[],[],[],[]]