[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fhIlb0hRVw3fz2MafZsdv09JnT7ijnx5RGRxoDeGB_vQ":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":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":38,"analysis":134,"fingerprints":167},"featured-image-column","Featured Image Column","1.1.0","Austin","https:\u002F\u002Fprofiles.wordpress.org\u002Faustyfrosty\u002F","\u003Cp>As of version 0.2.2 you can select which post types you’d like to have the image column.\u003Cbr \u002F>\nIt simply adds a column before the title (far left) the show’s the posts featured image if it’s supported and exists.\u003C\u002Fp>\n\u003Cp>Want to change the default image? Simply filter you own image by using \u003Ccode>featured_image_column_default_image\u003C\u002Fcode>\u003Cbr \u002F>\nor filter your own CSS by using the \u003Ccode>featured_image_column_css\u003C\u002Fcode> filter hook.\u003C\u002Fp>\n\u003Ch4>Example actions\u002Ffilters\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Add support for a custom default image\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_custom_featured_image_column_image( $image ) {\n    if ( !has_post_thumbnail() ) {\n        return trailingslashit( get_stylesheet_directory_uri() ) . 'images\u002Ffeatured-image.png';\n    }\n\n    return $image;\n}\nadd_filter( 'featured_image_column_default_image', 'my_custom_featured_image_column_image' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Remove support for post types\u003C\u002Fstrong> \u003Cem>Use the \u003Ccode>featured_image_column_init\u003C\u002Fcode> action hook for your filter.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function frosty_featured_image_column_init_func() {\n    add_filter( 'featured_image_column_post_types', 'frosty_featured_image_column_remove_post_types', 11 ); \u002F\u002F Remove\n}\nadd_action( 'featured_image_column_init', 'frosty_featured_image_column_init_func' );\n\nfunction frosty_featured_image_column_remove_post_types( $post_types ) {\n    foreach( $post_types as $key => $post_type ) {\n        if ( 'post-type' === $post_type ) \u002F\u002F Post type you'd like removed. Ex: 'post' or 'page'\n            unset( $post_types[$key] );\n    }\n    return $post_types;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more question please visit \u003Ca href=\"https:\u002F\u002Faustin.passy.co\u002Fwordpress-plugins\u002Ffeatured-image-column\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Faustin.passy.co\u003C\u002Fa>\u003C\u002Fp>\n","Adds a column to any post type edit screen with the featured image if it exists.",2000,45380,96,11,"2024-11-29T17:51:00.000Z","6.7.5","6.2","8.0",[20,21,22],"admin","column","featured-image","https:\u002F\u002Faustin.passy.co\u002Fwordpress-plugins\u002Ffeatured-image-column","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffeatured-image-column.zip",92,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"austyfrosty",5,25020,89,47,80,"2026-04-04T14:11:42.170Z",[39,59,78,95,116],{"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":57,"download_link":58,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"add-featured-image-column","Add Featured Image Column","1.1.6","Robin Cornett","https:\u002F\u002Fprofiles.wordpress.org\u002Flittlerchicken\u002F","\u003Cp>This is a little plugin which adds a featured image column to WordPress. It automatically adds a column to any post type which supports a featured image. The code is pulled almost directly from my plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdisplay-featured-image-genesis\u002F\" rel=\"ugc\">Display Featured Image for Genesis\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Banner\u002Ficon image credit: \u003Ca href=\"http:\u002F\u002Fminimography.com\u002F\" rel=\"nofollow ugc\">Lauren Mancke on Minimography\u003C\u002Fa>.\u003C\u002Fp>\n","This plugin adds a featured image column to any post type which supports featured images. See which posts have a featured image at a glance!",3000,29266,98,13,"2025-03-13T13:27:00.000Z","6.8.5","4.1","7.4",[56,22],"admin-columns","https:\u002F\u002Fgithub.com\u002Frobincornett\u002Fadd-featured-image-column\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadd-featured-image-column.1.1.6.zip",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":67,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":73,"tags":74,"homepage":75,"download_link":76,"security_score":77,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"manage-admin-columns","Manage Admin Columns","1.5.0","Santiago Becerra","https:\u002F\u002Fprofiles.wordpress.org\u002Fsanbec\u002F","\u003Cp>This plugin adds a featured image column to WordPress Dashboard. It automatically adds a column to any post type which supports a featured image. It’s an improvement from the plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadd-featured-image-column\u002F\" rel=\"ugc\">Add Featured Image Column\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>If the post has no featured image, it displays a “No image” svg icon to indicate this.\u003C\u002Fli>\n\u003Cli>If the featured image is broken, it displays a red “Broken image” svg icon to indicate this.\u003C\u002Fli>\n\u003Cli>The plugin opens a lightbox when click on featured image.\u003C\u002Fli>\n\u003Cli>You can enable or disable the blue border on hover.\u003C\u002Fli>\n\u003Cli>You can enable or disable the lightbox feature.\u003C\u002Fli>\n\u003Cli>You can choose the shape and size of the thumbnail displayed at the dashboard.\u003C\u002Fli>\n\u003C\u002Ful>\n","This plugin adds a featured image column to WordPress Dashboard. It automatically adds a column to any post type which supports a featured image.",100,3342,1,"2022-05-08T07:47:00.000Z","6.0.11","5.0","5.6",[56,22],"https:\u002F\u002Fgithub.com\u002Fsanbec\u002Fmanage-admin-columns","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmanage-admin-columns.1.5.0.zip",85,{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":67,"num_ratings":69,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":91,"tags":92,"homepage":93,"download_link":94,"security_score":77,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"simple-featured-image-column","Simple Featured Image Column","1.0.7","Andre Aguiar Villela","https:\u002F\u002Fprofiles.wordpress.org\u002Fdedevillela\u002F","\u003Cp>The Simple Featured Image Column displays the “Featured Image” column in admin post type listing.\u003C\u002Fp>\n\u003Ch4>Current Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>“Featured Image” column in admin post listing.\u003C\u002Fli>\n\u003Cli>Supports Posts, Pages and Custom Posts.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Future Ideas:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add image size options (small\u002Fmedium\u002Flarge\u002Fcustom).\u003C\u002Fli>\n\u003Cli>Custom “No Featured Image” thumbnail.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Contributing\u003C\u002Fh3>\n\u003Cp>As with most plugins, Simple Featured Image Column is open source. For issue tracking, further information and anyone wishing to get involved and help contribute to this project can do so over on GitHub.\u003C\u002Fp>\n","A simple plugin that displays the \"Featured Image\" column in admin post type listing. Supports Post, Pages and Custom Posts.",90,2300,"2019-07-03T00:07:00.000Z","5.2.24","4.6","",[20,21,22],"https:\u002F\u002Fgithub.com\u002Fdedevillela\u002FSimple-Featured-Image-Column\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-featured-image-column.zip",{"slug":96,"name":97,"version":98,"author":99,"author_profile":100,"description":101,"short_description":102,"active_installs":103,"downloaded":104,"rating":49,"num_ratings":105,"last_updated":106,"tested_up_to":107,"requires_at_least":108,"requires_php":109,"tags":110,"homepage":114,"download_link":115,"security_score":67,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"codepress-admin-columns","Admin Columns","4.7.20","Codepress","https:\u002F\u002Fprofiles.wordpress.org\u002Fcodepress\u002F","\u003Cp>Manage and organize columns in the posts, users, comments and media lists in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Ch4>Admin Columns Pro\u003C\u002Fh4>\n\u003Cp>The Pro version of Admin Columns will allow columns to be sorted, filtered, directly edited and its content to be exported to CSV. \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fadmin-columns-pro\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=blockquote&utm_campaign=cpac-pluginpage\" rel=\"nofollow ugc\">Admin Columns Pro\u003C\u002Fa> offers integration with many third party plugins:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Advanced Custom Fields\u003C\u002Fstrong>: add columns for all your custom fields\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce\u003C\u002Fstrong>: display detailed product and order information\u003C\u002Fli>\n\u003Cli>Toolset Types, Yoast SEO, and many more\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Find out about additional features of Admin Columns Pro \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Ffeatures\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=blockquote&utm_campaign=cpac-pluginpage\" rel=\"nofollow ugc\">on our website\u003C\u002Fa>.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cdiv class=\"embed-vimeo\" style=\"text-align: center;\">\u003Ciframe loading=\"lazy\" src=\"https:\u002F\u002Fplayer.vimeo.com\u002Fvideo\u002F96885841\" width=\"750\" height=\"422\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen>\u003C\u002Fiframe>\u003C\u002Fdiv>\n\u003Ch4>Enhanced list tables\u003C\u002Fh4>\n\u003Cp>By default, WordPress provides list tables, giving you an overview of your content in the admin panel. These list tables are quite limited, however. For posts and custom post types, for example, not much more than the date and title of the post is displayed. Admin Columns allows you to take control over these list tables, managing the columns dislpayed in these overviews. Supporting custom fields, featured images, custom taxonomies, EXIF data for media and much, much more (Admin Columns features over 200 columns), you can create overviews that are perfectly suited for your content.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cp>Admin Columns greatly enhances your WordPress installation. Whether you’re running a simple blog or a full-blown enterprise website, it will prove its worth within minutes. Thanks to our dedicated development and support team, you can rest assured that Admin Columns will persist to be an essential part of any WordPress installation.\u003C\u002Fp>\n\u003Cp>To give you some insight into the great amount of possibilities Admin Columns offers to enhance your (or your client’s) WordPress admin panel, be sure to check out the screenshots or the demo video!\u003C\u002Fp>\n\u003Ch4>Sortable, filterable and editable columns & import\u002Fexport\u003C\u002Fh4>\n\u003Cp>All of the new columns support sorting on all screens, and many of them support filtering. Another great feature is direct editing: it allows you to directly edit all types of data (including titles, featured images, custom fields and taxonomies) directly from the posts overview. These features are only available with \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\" rel=\"nofollow ugc\">Admin Columns Pro\u003C\u002Fa>! Admin Columns Pro also allows you to import and export your column setup, and it allows you to save your columns to PHP, so you (and your clients) don’t have to worry about the admin interface!\u003C\u002Fp>\n\u003Ch4>Third party plugin integration\u003C\u002Fh4>\n\u003Cp>Admin Columns works perfectly with just about all external plugins with custom columns. Examples include Yoast SEO (SEO columns), WooCommerce, Advanced Custom Fields, Types and Pods. Not only can you reorganize the custom columns added by these plugins, you can also add custom columns provided by Admin Columns in the overview!\u003C\u002Fp>\n\u003Cp>The Developer license of \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fadmin-columns-pro\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins\" rel=\"nofollow ugc\">Admin Columns Pro\u003C\u002Fa> includes \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fadvanced-custom-fields\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins\" rel=\"nofollow ugc\">Advanced Custom Fields\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fwoocommerce-columns\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=thirdpartyplugins\" rel=\"nofollow ugc\">WooCommerce\u003C\u002Fa> add-ons for easy integration and inline editing of data from these plugins.\u003C\u002Fp>\n\u003Ch4>Custom field column\u003C\u002Fh4>\n\u003Cp>Admin Columns allows you to display custom fields for posts (post meta) and users (user meta) for all custom fields you have. With many different custom field types supported, such as files, images, numbers and even post and user relations, you can create a beautiful overview of your custom content!\u003C\u002Fp>\n\u003Cp>To ensure proper formatting of your custom fields, Admin Columns provides a set of custom field types, which automatically format your meta data properly.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Color\u003C\u002Fli>\n\u003Cli>Date\u003C\u002Fli>\n\u003Cli>Images\u003C\u002Fli>\n\u003Cli>Number\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>URL\u003C\u002Fli>\n\u003Cli>True\u002FFalse\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[Pro]\u003C\u002Fstrong> Relational: Posts, Users and Media\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Supported content types\u003C\u002Fh4>\n\u003Cp>Admin Columns can change your post (posts, pages and custom post types), user, comment, media and taxonomy (Admin Columns Pro only) lists! Below, you can find a list of supported column types for each content type.\u003C\u002Fp>\n\u003Ch4>Post types columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Actions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[PRO]\u003C\u002Fstrong> Advanced Custom Field column\u003C\u002Fli>\n\u003Cli>Attachment\u003C\u002Fli>\n\u003Cli>Attachment count\u003C\u002Fli>\n\u003Cli>Author\u003C\u002Fli>\n\u003Cli>Author Name\u003C\u002Fli>\n\u003Cli>Before More Tag\u003C\u002Fli>\n\u003Cli>Categories\u003C\u002Fli>\n\u003Cli>Comment Count\u003C\u002Fli>\n\u003Cli>Comment Status\u003C\u002Fli>\n\u003Cli>Comments\u003C\u002Fli>\n\u003Cli>Content\u003C\u002Fli>\n\u003Cli>Custom Field\u003C\u002Fli>\n\u003Cli>Date Published\u003C\u002Fli>\n\u003Cli>Page Depth\u003C\u002Fli>\n\u003Cli>Estimated Reading Time\u003C\u002Fli>\n\u003Cli>Excerpt\u003C\u002Fli>\n\u003Cli>Featured Image\u003C\u002Fli>\n\u003Cli>Formats\u003C\u002Fli>\n\u003Cli>ID\u003C\u002Fli>\n\u003Cli>Modified\u003C\u002Fli>\n\u003Cli>Order\u003C\u002Fli>\n\u003Cli>Page Template\u003C\u002Fli>\n\u003Cli>Parent\u003C\u002Fli>\n\u003Cli>Path\u003C\u002Fli>\n\u003Cli>Permalink\u003C\u002Fli>\n\u003Cli>Ping Status\u003C\u002Fli>\n\u003Cli>Post Format\u003C\u002Fli>\n\u003Cli>Roles\u003C\u002Fli>\n\u003Cli>Shortcodes\u003C\u002Fli>\n\u003Cli>Slug\u003C\u002Fli>\n\u003Cli>Status\u003C\u002Fli>\n\u003Cli>Sticky\u003C\u002Fli>\n\u003Cli>Taxonomy\u003C\u002Fli>\n\u003Cli>Word Count\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>User columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Actions\u003C\u002Fli>\n\u003Cli>Comment Count\u003C\u002Fli>\n\u003Cli>Custom Field\u003C\u002Fli>\n\u003Cli>Description\u003C\u002Fli>\n\u003Cli>Email\u003C\u002Fli>\n\u003Cli>First Name\u003C\u002Fli>\n\u003Cli>ID\u003C\u002Fli>\n\u003Cli>Last Name\u003C\u002Fli>\n\u003Cli>Name\u003C\u002Fli>\n\u003Cli>Nickname\u003C\u002Fli>\n\u003Cli>Post Count\u003C\u002Fli>\n\u003Cli>Registered Date\u003C\u002Fli>\n\u003Cli>Role\u003C\u002Fli>\n\u003Cli>URL\u003C\u002Fli>\n\u003Cli>Username\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Media columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Actions\u003C\u002Fli>\n\u003Cli>Alternate Text\u003C\u002Fli>\n\u003Cli>Attached To\u003C\u002Fli>\n\u003Cli>Available Sizes\u003C\u002Fli>\n\u003Cli>Caption\u003C\u002Fli>\n\u003Cli>Custom Field\u003C\u002Fli>\n\u003Cli>Description\u003C\u002Fli>\n\u003Cli>Dimensions\u003C\u002Fli>\n\u003Cli>EXIF Data\u003C\u002Fli>\n\u003Cli>File\u003C\u002Fli>\n\u003Cli>File Name\u003C\u002Fli>\n\u003Cli>File Size\u003C\u002Fli>\n\u003Cli>Full Path\u003C\u002Fli>\n\u003Cli>Height\u003C\u002Fli>\n\u003Cli>ID\u003C\u002Fli>\n\u003Cli>Mime Type\u003C\u002Fli>\n\u003Cli>Taxonomy\u003C\u002Fli>\n\u003Cli>Width\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Comment columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Actions\u003C\u002Fli>\n\u003Cli>Agent\u003C\u002Fli>\n\u003Cli>Approved\u003C\u002Fli>\n\u003Cli>Author\u003C\u002Fli>\n\u003Cli>Avatar\u003C\u002Fli>\n\u003Cli>Custom Field\u003C\u002Fli>\n\u003Cli>Email\u003C\u002Fli>\n\u003Cli>IP\u003C\u002Fli>\n\u003Cli>Name\u003C\u002Fli>\n\u003Cli>URL\u003C\u002Fli>\n\u003Cli>Date\u003C\u002Fli>\n\u003Cli>Date GMT\u003C\u002Fli>\n\u003Cli>Excerpt\u003C\u002Fli>\n\u003Cli>ID\u003C\u002Fli>\n\u003Cli>Post\u003C\u002Fli>\n\u003Cli>Reply To\u003C\u002Fli>\n\u003Cli>Type\u003C\u002Fli>\n\u003Cli>User\u003C\u002Fli>\n\u003Cli>Word Count\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Docs & Support\u003C\u002Fh4>\n\u003Cp>Is this the first time you’re using Admin Columns? Check out our Getting Started guide.\u003C\u002Fp>\n\u003Cp>We offer an extensive and up-to-date \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fdocumentation\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support\" rel=\"nofollow ugc\">documentation\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fdocumentation\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support#faq\" rel=\"nofollow ugc\">FAQ\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fdocumentation\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support&utm_campaign=cpac-pluginpage#how-to\" rel=\"nofollow ugc\">how-tos\u003C\u002Fa> and an advanced \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fdocumentation\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=docs-support#developer\" rel=\"nofollow ugc\">Developer Documentation\u003C\u002Fa>. For one-on-one support, please check out the Admin Columns Forums.\u003C\u002Fp>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cp>Thanks to the great community of translators surrounding Admin Columns, the plugin is available in many languages! To find your translation or to contribute to Admin Columns by translating it into your own language, please visit our \u003Ca href=\"https:\u002F\u002Fwww.transifex.com\u002Fprojects\u002Fp\u002Fadmin-columns\u002F\" rel=\"nofollow ugc\">Transifex page\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Feedback & Feature Requests\u003C\u002Fh4>\n\u003Cp>You can leave any requests or feedback on \u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fsupport\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=feedback\" rel=\"nofollow ugc\">admincolumns.com\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Related Links\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.admincolumns.com\u002Fadmin-columns-pro\u002F?utm_source=wordpressorg&utm_medium=readme&utm_content=relatedlinks\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.admincolumns.com\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.",100000,3022852,1650,"2025-12-05T16:08:00.000Z","6.9.4","5.9","7.2",[20,21,111,112,113],"columns","table","tables","https:\u002F\u002Fwww.admincolumns.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcodepress-admin-columns.4.7.20.zip",{"slug":117,"name":118,"version":119,"author":120,"author_profile":121,"description":122,"short_description":123,"active_installs":124,"downloaded":125,"rating":49,"num_ratings":126,"last_updated":127,"tested_up_to":16,"requires_at_least":90,"requires_php":128,"tags":129,"homepage":132,"download_link":133,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"admin-columns-for-acf-fields","Admin Columns for ACF Fields","0.3.2","Florian Eickhorst","https:\u002F\u002Fprofiles.wordpress.org\u002Fflei\u002F","\u003Cp>This plugin requires the plugin “Advanced Custom Fields” (ACF) to work.\u003C\u002Fp>\n\u003Cp>Use this plugin to show ACF fields in the “All Posts”, Taxonomy or User table view in the WordPress admin backend.\u003C\u002Fp>\n\u003Cp>Simply enable the new option “Admin Column” in your ACF field settings for any regular field (see exceptions below), and optionally set the columns position and width. Now there will be an extra column for your field shown in any overview of built-in or custom posts, pages, taxonomies (e.g. “All Pages”), and users.\u003C\u002Fp>\n\u003Cp>You can use filters (see below) to control the plugins behaviour even more precisely.\u003C\u002Fp>\n\u003Cp>Works on any regular ACF field (see exceptions below).\u003C\u002Fp>\n\u003Cp>Compatible with Advanced Custom Fields 5.x and 6.x.\u003C\u002Fp>\n\u003Cp>Github: https:\u002F\u002Fgithub.com\u002Ffleiflei\u002Facf-admin-columns\u003C\u002Fp>\n\u003Cp>If you like this plugin please kindly leave your review and feedback here: https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadmin-columns-for-acf-fields\u002F#reviews\u003C\u002Fp>\n\u003Ch3>Usage:\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Install ACF and this plugin (see below)\u003C\u002Fli>\n\u003Cli>In ACF open\u002Fcreate a “field group” and open any field for editing (see exceptions below).\u003C\u002Fli>\n\u003Cli>Enable the “Admin Column” option in the field settings.\u003C\u002Fli>\n\u003Cli>Specify the desired column position (optional).\u003C\u002Fli>\n\u003Cli>Specify the desired column width (optional).\u003C\u002Fli>\n\u003Cli>Save the field group and go to the “All posts” view of the post type or taxonomy (e.g. “Posts > All Posts”, or “Pages > All Pages”) and notice the newly added column for your field.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Excluded ACF Fields\u003C\u002Fh3>\n\u003Cp>Due to their nature the option “Admin Column” is not shown in ACF for these fields:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Accordion\u003C\u002Fli>\n\u003Cli>Clone\u003C\u002Fli>\n\u003Cli>Flexible Content\u003C\u002Fli>\n\u003Cli>Google Map\u003C\u002Fli>\n\u003Cli>Group\u003C\u002Fli>\n\u003Cli>Message\u003C\u002Fli>\n\u003Cli>Repeater\u003C\u002Fli>\n\u003Cli>Tab\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fadmin_columns”\u003C\u002Fh4>\n\u003Cp>Allows you to change which columns are displayed on the current admin screen.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$acf_columns - Array of all ACF fields to be shown in current screen. Note that the column key is always prefixed with 'acf_'.\n$field_groups - Array of all ACF field groups to be shown in current screen.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Remove ‘my_field’ from the columns of the post type ‘my_custom_post_type’, even if it is set to be shown in the field settings. Note that the column key is always prefixed with ‘acf_’.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_admin_columns($acf_columns, $field_groups) {\n\n    $screen = get_current_screen();\n    if (!empty($screen) && $screen->post_type == 'my_custom_post_type' && isset($acf_columns['acf_my_field'])) {\n        unset($acf_columns['acf_my_field']); \u002F\u002F the key is always prefixed with 'acf_'\n    }\n    return $acf_columns;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fadmin_columns','my_admin_columns', 10, 2);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fsortable_columns”\u003C\u002Fh4>\n\u003Cp>Change which columns should be sortable. By default, every column is sortable.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$columns - Array of all ACF fields to be shown in current screen.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fsort_order_type”\u003C\u002Fh4>\n\u003Cp>Change the sort order type for a certain field. By default, most fields are sorted by string comparison. Number fields are ordered by numeric comparison.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$sort_order_type - The sort order type (either 'meta_value' or 'meta_value_num')\n$field_properties - the ACF field properties\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Change the sort order type for the field ‘my_field’ to ‘meta_value_num’ (see https:\u002F\u002Fdeveloper.wordpress.org\u002Freference\u002Fclasses\u002Fwp_query\u002F#order-orderby-parameters).\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_sort_order_type($sort_order_type, $field_properties) {\n    if ($field_properties['name'] == 'my_field') {\n        return 'meta_value_num';\n    }\n    return $sort_order_type;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fsort_order_type','my_sort_order_type', 10, 2);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Frender_output”\u003C\u002Fh4>\n\u003Cp>Allows you to modify the output of a certain $field in every row of a posts table.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$render_output - The field value after it was prepared for output\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Output then length of text field ‘my_text_field’ instead of its contents.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_column_value($rendered_output, $field_properties, $field_value, $post_id) {\n    if ($field_properties['name'] == 'my_text_field') {\n        return strlen($field_value);\n    }\n    return $rendered_output;\n}\nadd_filter('acf\u002Fadmin_columns\u002Frender_output','my_column_value', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Frender_raw”\u003C\u002Fh4>\n\u003Cp>Output a field value without any formatting. This is useful e.g. for image fields, where you might want to output the raw image url instead of a rendered image tag.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$render_raw - boolean, set to true to render raw field value\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Output the raw image url for image field ‘my_image_field’ for post ID 123.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_render_raw($render_raw, $field_properties, $field_value, $post_id) {\n    if ($field_properties['name'] == 'my_image_field' && $post_id == 123) {\n        return true;\n    }\n    return $render_raw;\n}\nadd_filter('acf\u002Fadmin_columns\u002Frender_raw','my_render_raw', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fdefault_value”\u003C\u002Fh4>\n\u003Cp>Allows you to override the default value for a certain field if it is empty. This only applies, if the field has a default value set in the field settings.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$default_value - The default value\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Change the default value for field ‘my_field’ to ‘my default value’ if it is empty.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_default_value($default_value, $field_properties, $field_value, $post_id) {\n    if ($field_properties['name'] == 'my_field' && empty($field_value)) {\n        return 'my default value';\n    }\n    return $default_value;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fdefault_value','my_default_value', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fbefore_render_output”\u003C\u002Fh4>\n\u003Cp>Allows you to modify the field value of a certain $field before it is prepared for rendering. This filter is applied before ‘acf\u002Fadmin_columns\u002Frender_output’.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$field_value - the original raw field value\n$field_properties - the ACF field properties\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fpreview_image_size”\u003C\u002Fh4>\n\u003Cp>Change the preview image size for image or gallery fields. Default value is “thumbnail”.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$preview_image_size - string with image size name\n$field_properties - the ACF field properties\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Change preview image size to “medium”\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_preview_image_size($preview_image_size, $field_properties, $post_id) {\n        return 'medium';\n}\nadd_filter('acf\u002Fadmin_columns\u002Fpreview_image_size','my_preview_image_size', 10, 3);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fpreview_image_url”\u003C\u002Fh4>\n\u003Cp>Allows for manipulation of the url of the preview image for image or gallery fields.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$preview_image_url - string with image url\n$field_properties - the ACF field properties\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Replace preview image of field ‘my_image_field’ for post ID 123 to a random 100x100px image from https:\u002F\u002Fpicsum.photos.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_preview_image_url($preview_image_url, $field_properties, $post_id) {\n    if ($field_properties['name'] == 'my_image_field' && $post_id == 123) {\n        return 'https:\u002F\u002Fpicsum.photos\u002F100\u002F100';\n    }\n    return $preview_image_url;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fpreview_image_url','my_preview_image_url', 10, 3);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Flink_wrap_url”\u003C\u002Fh4>\n\u003Cp>Automatically wrap url in link to that url. This is useful e.g. for text fields that contain a url, where you might want to output a link to the url instead of the url itself.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$link_wrap_url - boolean, set to true to wrap url in link\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Wrap url in link for text field ‘my_link_text_field’.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_link_wrap_url($link_wrap_url, $field_properties, $field_value, $post_id) {\n    if ($field_properties['name'] == 'my_link_text_field') {\n        return true;\n    }\n    return $link_wrap_url;\n}\nadd_filter('acf\u002Fadmin_columns\u002Flink_wrap_url','my_link_wrap_url', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Farray_render_separator”\u003C\u002Fh4>\n\u003Cp>Allows you to change the separator for array fields (e.g. repeater, flexible content, gallery). Default value is “, “.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$array_render_separator - string with separator, default = \", \"\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Output every array item on a new line, using the \u003Ccode>\u003Cbr>\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_array_render_separator($array_render_separator, $field_properties, $field_value, $post_id) {\n    return \"\u003Cbr>\";\n}\nadd_filter('acf\u002Fadmin_columns\u002Farray_render_separator','my_array_render_separator', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fno_value_placeholder”\u003C\u002Fh4>\n\u003Cp>Change the placeholder for empty values. Default value is “-“.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$no_value_placeholder - string with placeholder, default = \"-\"\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Output “n\u002Fa” for empty values.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_no_value_placeholder($no_value_placeholder, $field_properties, $field_value, $post_id) {\n    return \"n\u002Fa\";\n}\nadd_filter('acf\u002Fadmin_columns\u002Fno_value_placeholder','my_no_value_placeholder', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fhighlight_search_term_preg_replace_pattern”\u003C\u002Fh4>\n\u003Cp>Change the preg_replace pattern for highlighting the search term in the column output.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$highlight_search_term_preg_replace_pattern - string with preg_replace pattern, default is '\u003Cspan style=\"background-color:#FFFF66; color:#000000;\">\\\\0\u003C\u002Fspan>' (yellow background, black font color)\n$field_properties - the ACF field properties\n$field_value - the original raw field value\n$post_id - the post id\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Highlight search terms with red background and white font color.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_highlight_search_term_preg_replace_pattern($highlight_search_term_preg_replace_pattern, $field_properties, $field_value, $post_id) {\n    return '\u003Cspan style=\"background-color:#FF0000; color:#FFFFFF;\">\\\\0\u003C\u002Fspan>';\n}\nadd_filter('acf\u002Fadmin_columns\u002Fhighlight_search_term_preg_replace_pattern','my_highlight_search_term_preg_replace_pattern', 10, 4);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fexclude_field_types”\u003C\u002Fh4>\n\u003Cp>Change which field types should not have the admin column option in the field settings.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$excluded_field_types - array of excluded_field_types\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example: disallow the admin column option for TEXT fields\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_exclude_field_types($excluded_field_types) {\n  $excluded_field_types[] = 'text';\n  return $excluded_field_types;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fexclude_field_types','my_exclude_field_types');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fcolumn_position”\u003C\u002Fh4>\n\u003Cp>Change the column position for a certain field.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$column_position - integer with column position\n$field_name - the ACF field name\n$field_properties - the ACF field properties\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Change the column position for field ‘my_field’ to 2.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_column_position($column_position, $field_name, $field_properties) {\n    if ($field_name == 'my_field') {\n        return 2;\n    }\n    return $column_position;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fcolumn_position','my_column_position', 10, 3);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>“acf\u002Fadmin_columns\u002Fcolumn_styles”\u003C\u002Fh4>\n\u003Cp>Change the column styles for a column.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Parameters\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$column_styles - string with column styles\n$field_name - the ACF field name\n$field_properties - the ACF field properties\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Change the column width for field ‘my_field’ to 20% of the screen width and set the max-width of the column to 200px.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function my_column_styles($column_styles, $field_name, $field_properties) {\n    if ($field_name == 'my_field') {\n        return 'width: 20%; max-width: 200px;';\n    }\n    return $column_styles;\n}\nadd_filter('acf\u002Fadmin_columns\u002Fcolumn_styles','my_column_styles', 10, 3);\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Allows you to enable columns for your ACF fields in post and taxonomy overviews (e.g. \"All Posts\") in the Wordpress admin backend.",9000,51964,20,"2025-01-17T11:00:00.000Z","5.6.2",[130,56,131],"acf","advanced-custom-fields","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-admin-columns\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-columns-for-acf-fields.0.3.2.zip",{"attackSurface":135,"codeSignals":147,"taintFlows":159,"riskAssessment":160,"analyzedAt":166},{"hooks":136,"ajaxHandlers":143,"restRoutes":144,"shortcodes":145,"cronEvents":146,"entryPointCount":26,"unprotectedCount":26},[137],{"type":138,"name":139,"callback":140,"file":141,"line":142},"action","_admin_menu","closure","featured-image-column.php",33,[],[],[],[],{"dangerousFunctions":148,"sqlUsage":149,"outputEscaping":151,"fileOperations":26,"externalRequests":26,"nonceChecks":26,"capabilityChecks":26,"bundledLibraries":158},[],{"prepared":26,"raw":26,"locations":150},[],{"escaped":152,"rawEcho":69,"locations":153},2,[154],{"file":155,"line":156,"context":157},"src\\FeatureImageColumn.php",146,"raw output",[],[],{"summary":161,"deductions":162},"The plugin 'featured-image-column' v1.1.0 exhibits a strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, cron events, and dangerous functions significantly limits its attack surface. Furthermore, the fact that all SQL queries utilize prepared statements is an excellent security practice.  The presence of some unescaped output, however, presents a minor concern. While the taint analysis shows no identified issues, the limited number of analyzed flows might not cover all potential scenarios.  The plugin's vulnerability history is clean, with zero known CVEs. This, combined with the overall good coding practices observed, suggests a low risk profile.  The plugin demonstrates good adherence to security principles, with the primary area for improvement being the complete sanitization of all output.",[163],{"reason":164,"points":165},"Unescaped output detected",4,"2026-03-16T18:33:34.787Z",{"wat":168,"direct":175},{"assetPaths":169,"generatorPatterns":171,"scriptPaths":172,"versionParams":173},[170],"\u002Fwp-content\u002Fplugins\u002Ffeatured-image-column\u002Fcss\u002Fcolumn.css",[],[],[174],"featured-image-column\u002Fstyle.css?ver=",{"cssClasses":176,"htmlComments":178,"htmlAttributes":179,"restEndpoints":181,"jsGlobals":182,"shortcodeOutput":183},[177],"column-featured-image",[],[180],"data-column",[],[],[]]