embed_html

embed_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('embed_html') is found 1 times:

  • /wp-includes/embed.php line 534
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
         * @param WP_Post $post   Current post object.
         * @param int     $width  Width of the response.
         * @param int     $height Height of the response.
         */
        return apply_filters( 'embed_html', $output, $post, $width, $height );
    }
     
    /**
     * Retrieves the oEmbed response data for a given post.
     *
     * @since 4.4.0

See this hook used in plugins: