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

apply_filters('oembed_response_data') is found 1 times:

  • /wp-includes/embed.php line 609
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
         * @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: