wp-includes/l10n.php:
load_script_textdomain()
|
Loads the script translated strings.
|
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:
WP_REST_Attachments_Controller::get_filename_from_disposition()
|
Parses filename from a Content-Disposition header value.
|
wp-includes/l10n.php:
wp_get_installed_translations()
|
Gets installed translations.
|
wp-includes/pomo/po.php:
PO::trim_quotes()
|
|
wp-includes/ms-load.php:
wp_get_active_network_plugins()
|
Returns array of network plugin files to be included in global scope.
|
wp-includes/user.php:
get_blogs_of_user()
|
Gets the sites a user belongs to.
|
wp-includes/class-wpdb.php:
wpdb::prepare()
|
Prepares a SQL query for safe execution.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::_validate_header_video()
|
Callback for validating the header_video value.
|
wp-includes/class-wp-http-cookie.php:
WP_Http_Cookie::__construct()
|
Sets up this cookie object.
|
wp-includes/class-wp-http-cookie.php:
WP_Http_Cookie::test()
|
Confirms that it’s OK to send this cookie to the URL checked against.
|
wp-includes/class-wp-rewrite.php:
WP_Rewrite::init()
|
Sets up the object’s properties.
|
wp-includes/rest-api.php:
get_rest_url()
|
Retrieves the URL to a REST endpoint on a site.
|
wp-includes/post.php:
wp_add_trashed_suffix_to_post_name_for_post()
|
Adds a trashed suffix for a given post.
|
wp-includes/kses.php:
wp_kses_one_attr()
|
Filters one HTML attribute and ensures its value is allowed.
|
wp-includes/ms-functions.php:
is_email_address_unsafe()
|
Checks an email address against a list of banned domains.
|
wp-includes/formatting.php:
force_balance_tags()
|
Balances tags of string using a modified stack.
|
wp-includes/formatting.php:
wptexturize()
|
Replaces common plain text characters with formatted entities.
|
wp-includes/load.php:
wp_get_mu_plugins()
|
Retrieve an array of must-use plugin files.
|
wp-includes/load.php:
wp_get_active_and_valid_plugins()
|
Retrieve an array of active and valid plugin files.
|
wp-includes/load.php:
wp_fix_server_vars()
|
Fix $_SERVER variables for various setups.
|
wp-includes/comment-template.php:
get_comment_author_url_link()
|
Retrieves the HTML link of the URL of the author of the current comment.
|
wp-includes/widgets.php:
wp_widget_rss_output()
|
Display the RSS entries in a list.
|
wp-includes/functions.php:
is_serialized_string()
|
Checks whether serialized data is of string type.
|
wp-admin/includes/class-wp-screen.php:
WP_Screen::get()
|
Fetches a screen object.
|
wp-admin/includes/misc.php:
set_screen_options()
|
Saves option for number of rows when listing posts, pages, comments, etc.
|
wp-admin/includes/plugin.php:
get_mu_plugins()
|
Checks the mu-plugins directory and retrieve all mu-plugin files with any plugin data.
|
wp-admin/includes/plugin.php:
get_plugins()
|
Checks the plugins directory and retrieve all plugin files with plugin data.
|
wp-admin/includes/file.php:
download_url()
|
Downloads a URL to a local temporary file using the ClassicPress HTTP API.
|
wp-admin/includes/file.php:
_unzip_file_ziparchive()
|
Attempts to unzip an archive using the ZipArchive class.
|
wp-admin/includes/class-language-pack-upgrader.php:
Language_Pack_Upgrader::check_package()
|
Checks that the package source contains .mo and .po files.
|