oembed_dataparse

oembed_dataparse

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('oembed_dataparse') is found 1 times:

  • /wp-includes/class-wp-oembed.php line 744
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
         * @param string $return The returned oEmbed HTML.
         * @param object $data   A data object result from an oEmbed provider.
         * @param string $url    The URL of the content to be embedded.
         */
        return apply_filters( 'oembed_dataparse', $return, $data, $url );
    }
     
    /**
     * Strips any new lines from the HTML.
     *
     * @since 2.9.0 as strip_scribd_newlines()

See this hook used in plugins: