Uses
Uses | Description |
---|---|
wp-includes/theme.php: update_custom_css_data | Filters the |
wp-includes/theme.php: wp_get_custom_css_post() | Fetches the |
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: wp_insert_post() | Insert or update a post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_get_post_revisions() | Returns all revisions of specified post. |
wp-includes/revision.php: wp_save_post_revision() | Creates a revision for the current version of a post. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |