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

apply_filters('attachment_url_to_postid') is found 1 times:

  • /wp-includes/media.php line 5355
    	 *
    	 * @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: