Uses
Uses | Description |
---|---|
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
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.php: update_post_meta() | Updates a post meta field based on the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |