Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/taxonomy.php: get_term_field() | Get sanitized Term field. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |