embed_handler_html

embed_handler_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_handler_html') is found 1 times:

  • /wp-includes/class-wp-embed.php line 170
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
                     * @param string|false $return The HTML result of the shortcode, or false on failure.
                     * @param string       $url    The embed URL.
                     * @param array        $attr   An array of shortcode attributes.
                     */
                    return apply_filters( 'embed_handler_html', $return, $url, $attr );
                }
            }
        }
    }
     
    return false;

See this hook used in plugins: