get_enclosed

get_enclosed

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_enclosed') is found 1 times:

  • /wp-includes/post.php line 5635
    	 *
    	 * @param string[] $pung    Array of enclosures for the given post.
    	 * @param int      $post_id Post ID.
    	 */
    	return apply_filters( 'get_enclosed', $pung, $post_id );
    }
    
    /**
     * Retrieves URLs already pinged for a post.
     *
     * @since 1.5.0