{"id":87650,"date":"2018-06-26T17:44:25","date_gmt":"2018-06-26T17:44:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/featured-image-extended\/"},"modified":"2018-06-28T08:47:19","modified_gmt":"2018-06-28T08:47:19","slug":"featured-image-extended","status":"publish","type":"plugin","link":"https:\/\/cor.wordpress.org\/plugins\/featured-image-extended\/","author":14535036,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.2","tested":"4.9.29","requires":"4.4","requires_php":"5.2.4","requires_plugins":"","header_name":"Featured Image Extended","header_author":"Enrico Sorcinelli","header_description":"A WordPress Featured Image Extended","assets_banners_color":"","last_updated":"2018-06-28 08:47:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/enrico-sorcinelli\/featured-image-extended","header_author_uri":"https:\/\/github.com\/enrico-sorcinelli\/featured-image-extended\/graphs\/contributors","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1369,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1900524","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1900512","resolution":"256x256","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1900330","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1900330","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1900330","resolution":"3","location":"assets"}},"screenshots":{"1":"The Featured image metabox in action.","2":"The administration post list with featured image.","3":"The plugin settings page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,1795,86,1141,1326],"plugin_category":[50],"plugin_contributors":[158160],"plugin_business_model":[],"class_list":["post-87650","plugin","type-plugin","status-publish","hentry","plugin_tags-category","plugin_tags-featured-image","plugin_tags-post","plugin_tags-theme","plugin_tags-thumbnail","plugin_category-media","plugin_contributors-enricosorcinelli","plugin_committers-enricosorcinelli"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/featured-image-extended\/assets\/icon-128x128.png?rev=1900524","icon_2x":"https:\/\/ps.w.org\/featured-image-extended\/assets\/icon-256x256.png?rev=1900512","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/featured-image-extended\/assets\/screenshot-1.png?rev=1900330","caption":"The Featured image metabox in action."},{"src":"https:\/\/ps.w.org\/featured-image-extended\/assets\/screenshot-2.png?rev=1900330","caption":"The administration post list with featured image."},{"src":"https:\/\/ps.w.org\/featured-image-extended\/assets\/screenshot-3.png?rev=1900330","caption":"The plugin settings page."}],"raw_content":"<!--section=description-->\n<p>Feature Image Extended extends featured image functionality allowing:<\/p>\n\n<ul>\n<li>Hiding featured image in your themes for all post types.<\/li>\n<li>Adding link to the featured image.<\/li>\n<li>Adding thumbnail featured image in administration screens listing.<\/li>\n<li>Featured image quick-editing.<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<p>Once the plugin is installed you can control settings in the following ways:<\/p>\n\n<ul>\n<li>Programmatically by using <code>featured_image_extended_settings<\/code> filter (see below).<\/li>\n<li>Using the <em>Settings-&gt;Featured Image Extended<\/em> administration screen.<\/li>\n<\/ul>\n\n<p>If your theme uses a different call other than <code>the_post_thumbnail()<\/code>\/<code>get_the_post_thumbnail()<\/code> in order to get the featured image, this plugin might not work.\nSo, in order to get extended featured image settings and apply to your pages, you should use <code>featured_image_extended()<\/code> (see below).<\/p>\n\n<h3>API<\/h3>\n\n<p><strong><code>featured_image_extended( integer $post_id = null )<\/code><\/strong><\/p>\n\n<p>It returns an array containing featured image extended information of <code>$post_id<\/code> post (or current post if you don't supply an argument) like following:<\/p>\n\n<pre><code>array(\n    'show'   =&gt; true,\n    'url'    =&gt; 'https:\/\/myurl.com',\n    'target' =&gt; '_blank',\n    'title'  =&gt; 'Image title',\n)\n<\/code><\/pre>\n\n<h4>Hooks<\/h4>\n\n<p><strong><code>featured_image_extended_settings<\/code><\/strong><\/p>\n\n<p>Filter plugin settings values.<\/p>\n\n<pre><code>apply_filters( 'featured_image_extended_settings', array $settings )\n<\/code><\/pre>\n\n<p><strong><code>featured_image_extended_admin_settings<\/code><\/strong><\/p>\n\n<p>Filter allowing to display or not the plugin settings page in the administration.<\/p>\n\n<pre><code>apply_filters( 'featured_image_extended_admin_settings', boolean $display )\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/featured-image-extended<\/code> directory, or install the plugin through the WordPress <em>Plugins<\/em> screen directly.<\/li>\n<li>Activate the plugin through the <em>Plugins<\/em> screen in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Does it work with Gutenberg?<\/dt>\n<dd><p>Not completely. For setting visibility of featured image, this plugin uses <code>admin_post_thumbnail_html<\/code> filter and currently there are no Gutenberg equivalents.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>For Featured Image Extended changelog, please see <a href=\"https:\/\/github.com\/enrico-sorcinelli\/featured-image-extended\/releases\">the Releases page on GitHub<\/a>.<\/p>","raw_excerpt":"Feature Image Extended extends featured image builtin functionality.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/87650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=87650"}],"author":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/enricosorcinelli"}],"wp:attachment":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=87650"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=87650"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=87650"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=87650"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=87650"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=87650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}