is_comment_feed [ WordPress Function ]
is_comment_feed ( No parameters )
| Uses: |
|
| See: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: post_comments_feed_link, comments_link_feed, comment_id, the_content_feed, get_comment_id
Is the query for a comments feed?
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/is comment feed « WordPress Codex
1 Description; 2 Usage; 3 Return Values; 4 Change Log; 5 Source File. Description. Is the query for a comments feed? Usage. <?php is_comment_feed() ; ?> ...
codex.wordpress.org - #10827 (Add is_comment_feed()) – WordPress Trac
Description. The WP_Query class has a is_comment_feed flag, but it doesn't have a corresponding function for it. Attachments. query.php.diff · Download ...
core.trac.wordpress.org - Docs for page query.php
is_comment_feed (line 384). Is the query for a comments feed? see: WP_Query:: is_comments_feed(); since: 3.0.0; uses: $wp_query. bool is_comment_feed () ...
phpdoc.wordpress.org - Class 'WP_Query' API documentation
May 7, 2010 ... + $is_comment_feed, Set if query is comment feed display. + $ is_comments_popup, Set if query is within comments popup window. + $is_date ...
www.tig12.net