Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/post.php: wp_set_post_terms() | Set the terms for a post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post-formats.php: get_post_format_slugs() | Retrieves the array of post format slugs. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |