Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/post.php: set_post_thumbnail() | Sets the post thumbnail (featured image) for the given post. |
wp-includes/post.php: delete_post_thumbnail() | Removes the thumbnail (featured image) from the given post. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |