wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rss_enclosure › WordPress Filter Hooks

Seit2.2.0
Veraltetn/v
apply_filters( 'rss_enclosure', 'Parameter:
  • (string) $html_link_tag The HTML link tag with a URI and other attributes.
    Erforderlich: Nein
    Standard:
Definiert in:Codex:

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





Quellcode

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