Uses
Uses | Description |
---|---|
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/widgets.php: wp_widget_rss_process() | Process RSS feed widget data and optionally retrieve feed items. |
wp-includes/widgets.php: wp_widget_rss_form() | Display RSS widget options form. |
wp-includes/feed.php: fetch_feed() | Build SimplePie object based on RSS or Atom feed from URL. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: delete_transient() | Deletes a transient. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |