wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- tag_archive_meta Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - #17438 (Twenty Eleven: Show tag description in Tag archive page ...
Also the current archive_meta filter is changed to category_archive_meta and tag_archive_meta. PS: Same enhancement can also be applied to Twenty Ten. - PHPXRef 0.7 : WordPress (Trunk) : /wp-content/themes ...
... <?php 23 $tag_description = tag_description(); 24 if ( ! empty( $tag_description ) ) 25 echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . - PHPXRef 0.7 : WordPress : /wp-content/themes/twentytwelve ...
Mar 20, 2012... 31 $tag_description = tag_description(); 32 if ( $tag_description ) 33 echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' .