Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/query.php: is_attachment() | Determines whether the query is for an existing attachment page. |
wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
wp-includes/link-template.php: {$adjacent}_post_link | Filters the adjacent post link. |
wp-includes/link-template.php: get_adjacent_post() | Retrieves the adjacent post. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: the_title | Filters the post title. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |