Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-wp-query.php: WP_Query::next_post() | Set up the next post and iterate current post index. |
wp-includes/query.php: setup_postdata() | Set up global post data. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |