embed_html

embed_html

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('embed_html') is found 1 times:

  • /wp-includes/embed.php line 534
    	 * @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: