Uses
Uses | Description |
---|---|
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-wp-theme.php: WP_Theme::get_page_templates() | Returns the theme’s post templates for a given post type. |
wp-includes/post-template.php: get_page_template_slug() | Get the specific template filename for a given post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |