New and updated in 6.5.0
-
functionregister_block_script_handle()
Finds a script handle for the selected block metadata field. It detects when a path to file was provided and optionally finds a corresponding asset file with details necessary to register the script under automatically generated handle name. It returns unprocessed script handle otherwise.
-
Registers a block type from the metadata stored in the `block.json` file.
-
functionvalidate_plugin_requirements()
Validates the plugin requirements for WordPress version and PHP version.
-
Constructor.
-
functionwp_get_image_mime()
Returns the real mime type of an image file.
-
Retrieves one revision from the collection.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:395 -
Filters whether to call a shortcode callback.
-
hookdo_shortcode_tag
Filters the output created by a shortcode callback.
-
functionwp_json_encode()
Encodes a variable into JSON, with some confidence checks.
-
functionget_plugin_data()
Parses the plugin contents to retrieve plugin’s metadata.
-
functionadd_theme_support()
Registers theme support for a given feature.
-
functionget_available_languages()
Gets all available languages based on the presence of *.mo and *.l10n.php files in a given directory.
-
functionis_child_theme()
Whether a child theme is in use.
-
functionsafecss_filter_attr()
Filters an inline style attribute and removes disallowed rules.
-
functionshortcode_parse_atts()
Retrieves all attributes from the shortcodes tag.
-
functionwp_mime_type_icon()
Retrieves the icon for a MIME type or attachment.