embed_maybe_make_link

embed_maybe_make_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('embed_maybe_make_link') is found 1 times:

  • /wp-includes/class-wp-embed.php line 493
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
         *
         * @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