embed_maybe_make_link

embed_maybe_make_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('embed_maybe_make_link') is found 1 times:

  • /wp-includes/class-wp-embed.php line 493
    		 *
    		 * @param string $output The linked or original URL.
    		 * @param string $url    The original URL.
    		 */
    		return apply_filters( 'embed_maybe_make_link', $output, $url );
    	}
    
    	/**
    	 * Finds the oEmbed cache post ID for a given cache key.
    	 *
    	 * @since 4.9.0