wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



rss_enclosure › Les Filtres WordPress

Depuis2.2.0
Dépréciéen/a
apply_filters( 'rss_enclosure', 'Paramètres:
  • (string) $html_link_tag The HTML link tag with a URI and other attributes.
    Requis: Non
    Défaut:
Défini(e) dans:Codex:

Filters the RSS enclosure HTML link tag for the current post.





Source

echo apply_filters( 'rss_enclosure', '<enclosure url="' . esc_url( trim( $enclosure[0] ) ) . '" length="' . absint( trim( $enclosure[1] ) ) . '" type="' . esc_attr( $type ) . '" />' . "\n" );