Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: post_password_required() | Whether post requires password and correct password has been provided. |
wp-includes/post-template.php: get_the_excerpt | Filters the retrieved post excerpt. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |