oembed_response_data

oembed_response_data

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('oembed_response_data') is found 1 times:

  • /wp-includes/embed.php line 609
    	 * @param WP_Post $post   The post object.
    	 * @param int     $width  The requested width.
    	 * @param int     $height The calculated height.
    	 */
    	return apply_filters( 'oembed_response_data', $data, $post, $width, $height );
    }
    
    
    /**
     * Retrieves the oEmbed response data for a given URL.
     *
    

See this hook used in plugins: