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

apply_filters('embed_handler_html') is found 1 times:

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