attachment_url_to_postid

attachment_url_to_postid

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('attachment_url_to_postid') is found 1 times:

  • /wp-includes/media.php line 5524
    5520
    5521
    5522
    5523
    5524
    5525
    5526
    5527
    5528
    5529
    5530
         *
         * @param int|null $post_id The post_id (if any) found by the function.
         * @param string   $url     The URL being looked up.
         */
        return (int) apply_filters( 'attachment_url_to_postid', $post_id, $url );
    }
     
    /**
     * Returns the URLs for CSS files used in an iframe-sandbox'd TinyMCE media view.
     *
     * @since 4.0.0

See this hook used in plugins: