archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
»
V
API Letter:
V
is_term_publicly_viewable() – Determines whether a term is publicly viewable.
WP_Style_Engine::is_valid_style_value() – Util: Checks whether an incoming block style value is valid.
wpdb::_escape_identifier_value() – Escapes an identifier value without adding the surrounding quotes.
WP_Object_Cache::is_valid_key() – Serves as a utility function to determine whether a key is valid.
wp-includes/blocks/navigation/view-modal.min.asset.php
wp-includes/blocks/navigation/view-modal.asset.php
query_loop_block_query_vars – filter
wp_get_typography_value_and_unit() – Checks a string for a unit and value and returns an array consisting of `’value’` and `’unit’`, e.g. array( ’42’, ‘rem’ ).
WP_List_Table::get_views_links() – Generates views links.
WP_Widget_Media_Video
build_comment_query_vars_from_block() – Helper function that constructs a comment query vars array from the passed block properties.
is_post_status_viewable – filter
is_post_type_viewable – filter
build_template_part_block_variations() – Returns an array of all template part block variations.
wp-includes/blocks/navigation/view.asset.php
wp-includes/blocks/navigation/view.min.asset.php
build_variation_for_navigation_link() – Returns a navigation link variation
wp-includes/blocks/file/view.asset.php
wp-includes/blocks/file/view.min.asset.php
build_query_vars_from_query_block() – Helper function that constructs a WP_Query args array from a `Query` block properties.
_block_template_viewport_meta_tag() – Renders a ‘viewport’ meta tag.
wp_typography_get_css_variable_inline_style() – Generates an inline style for a typography feature e.g. text decoration, text transform, and font style.
rest_validate_integer_value_from_schema() – Validates an integer value based on a schema.
rest_validate_string_value_from_schema() – Validates a string value based on a schema.
rest_validate_number_value_from_schema() – Validates a number value based on a schema.
rest_validate_array_value_from_schema() – Validates an array value based on a schema.
rest_validate_boolean_value_from_schema() – Validates a boolean value based on a schema.
rest_validate_object_value_from_schema() – Validates an object value based on a schema.
rest_validate_null_value_from_schema() – Validates a null value based on a schema.
rest_validate_enum() – Validates that the given value is a member of the JSON Schema "enum".
rest_are_values_equal() – Checks the equality of two values, following JSON Schema semantics.
is_post_publicly_viewable() – Determine whether a post is publicly viewable.
is_post_status_viewable() – Determines whether a post status is considered "viewable".
wp_validate_application_password() – Validates the application password credentials passed via Basic Authentication.
rest_validate_json_schema_pattern() – Validates if the JSON Schema pattern matches a value.
validate_theme_requirements() – Validates the theme requirements for WordPress version and PHP version.
WP_REST_Plugins_Controller::validate_plugin_param() – Checks that the "plugin" parameter is a valid path.
rest_stabilize_value() – Stabilizes a value following JSON Schema semantics.
rest_validate_array_contains_unique_items() – Checks if an array is made up of unique items.
WP_Block_List::valid() – Checks if current position is valid.
PHPMailer::validateEncoding() – Validate encodings.
wp_admin_viewport_meta() – Displays the viewport meta in the admin.
_customizer_mobile_viewport_meta() – Adds viewport meta for mobile in Customizer.
admin_viewport_meta – filter
SplFixedArray::valid() – Check whether the array contains more elements
filter_block_kses_value() – Filters and sanitizes a parsed block attribute value to remove non-allowable HTML.
validate_blog_signup() – Validate new site signup
validate_user_signup() – Validate the new user signup
validate_user_form() – Validate user signup name and email
validate_another_blog_signup() – Validate a new site signup for an existing user.
validate_blog_form() – Validate the new site signup
wp_login_viewport_meta() – Outputs the viewport meta tag.
validate_password_reset – action
wpdb::db_version() – Retrieves the MySQL server version.
wpdb::check_database_version() – Determines whether MySQL database is at least the required minimum version.
wpdb::get_var() – Retrieves one variable from the database.
WP_Widget_Text::inject_video_max_width_style() – Inject max-width and remove height for videos too constrained to fit inside sidebars on frontend.
WP_Widget_Media_Video::render_control_template_scripts() – Render form template scripts.
WP_Widget_Media_Video::enqueue_preview_scripts() – Enqueue preview scripts.
WP_Widget_Media_Video::enqueue_admin_scripts() – Loads the required scripts and styles for the widget control.
WP_Widget_Media_Video::get_instance_schema() – Get schema for properties of a widget instance (item).
WP_Widget_Media_Video::render_media() – Render the media on the frontend.
WP_Widget_Media_Video::inject_video_max_width_style() – Inject max-width and remove height for videos too constrained to fit inside sidebars on frontend.
WP_Widget_Media_Video
WP_Widget_Media_Video::__construct() – Constructor.
wp-includes/version.php
wp-includes/vars.php
wp_validate_user_request_key() – Validate a user request by comparing the key with the request’s key.
validate_username – filter
validate_username() – Checks whether a username is valid.
wp_validate_logged_in_cookie() – Validates the logged-in cookie.
core_version_check_query_args – filter
wp_version_check() – Checks WordPress version against the newest version.
core_version_check_locale – filter
wp_version_check – action
is_header_video_active – filter
header_video_settings – filter
is_header_video_active() – Checks whether the custom header video is eligible to show on the current page.
get_header_video_url – filter
the_header_video_url() – Displays header video URL.
get_header_video_settings() – Retrieve header video settings.
has_header_video() – Check whether a header video is set or not.
get_header_video_url() – Retrieves header video URL for custom header.
validate_current_theme – filter
validate_current_theme() – Checks that the active theme has the required files.
is_taxonomy_viewable() – Determines whether a taxonomy is considered "viewable".
ParagonIE_Sodium_File::onetimeauth_verify_core32() – One-time message authentication for 32-bit systems
ParagonIE_Sodium_File::verify_core32() – Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result. (32-bit)
ParagonIE_Sodium_File::onetimeauth_verify() –
ParagonIE_Sodium_File::verify() – Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result.
ParagonIE_Sodium_Crypto32::sign_verify_detached() – Verify a detached signature of a given message and public key.
ParagonIE_Sodium_Crypto32::auth_verify() – HMAC-SHA-512-256 validation. Constant-time via hash_equals().
ParagonIE_Sodium_Crypto::sign_verify_detached() – Verify a detached signature of a given message and public key.
ParagonIE_Sodium_Crypto::auth_verify() – HMAC-SHA-512-256 validation. Constant-time via hash_equals().
ParagonIE_Sodium_Core32_Ed25519::verify_detached() –
ParagonIE_Sodium_Core_Util::verify_16() – Compare a 16-character byte string in constant time.
ParagonIE_Sodium_Core_Util::verify_32() – Compare a 32-character byte string in constant time.
ParagonIE_Sodium_Core_Ed25519::verify_detached() –
ParagonIE_Sodium_Compat::version_string() – This emulates libsodium’s version_string() function, except ours is prefixed with ‘polyfill-‘.
ParagonIE_Sodium_Compat::library_version_minor() – The equivalent to the libsodium minor version we aim to be compatible with (sans pwhash and memzero).
ParagonIE_Sodium_Compat::library_version_major() – The equivalent to the libsodium minor version we aim to be compatible with (sans pwhash and memzero).
crypto_sign_verify_detached() –
1
2
3
Next Page
Search
Search