atom_enclosure

atom_enclosure

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('atom_enclosure') is found 1 times:

  • /wp-includes/feed.php line 559
    				 * @since 2.2.0
    				 *
    				 * @param string $html_link_tag The HTML link tag with a URI and other attributes.
    				 */
    				echo apply_filters( 'atom_enclosure', $html_link_tag );
    			}
    		}
    	}
    }
    
    /**