Uses
Uses | Description |
---|---|
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/theme.php: get_theme_mod() | Retrieves theme modification value for the current theme. |
wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/post.php: get_post_stati() | Get a list of post statuses. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |