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.7.2

apply_filters('admin_post_thumbnail_html') is found 1 times:

  • /wp-admin/includes/post.php line 1689
    1685
    1686
    1687
    1688
    1689
    1690
    1691
    1692
    1693
    1694
    1695
         * @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: