admin_post_thumbnail_html

admin_post_thumbnail_html

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('admin_post_thumbnail_html') is found 1 times:

  • /wp-admin/includes/post.php line 1687
    	 * @param string   $content      Admin post thumbnail HTML markup.
    	 * @param int      $post_id      Post ID.
    	 * @param int|null $thumbnail_id Thumbnail attachment ID, or null if there isn't one.
    	 */
    	return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID, $thumbnail_id );
    }
    
    /**
     * Determines whether the post is currently being edited by another user.
     *
     * @since 2.5.0
    

See this hook used in plugins: