Functions
-
functionprint_embed_styles()
Prints the CSS in the embed iframe header.
-
functionprint_emoji_detection_script()
Prints the inline Emoji detection script if it is not already printed.
-
functionprint_emoji_styles()
Prints the important emoji-related styles.
-
functionprint_footer_scripts()
Prints the scripts that were queued for the footer or too late for the HTML head.
-
functionprint_head_scripts()
Prints the script queue in the HTML head on admin pages.
-
functionprint_late_styles()
Prints the styles that were queued too late for the HTML head.
-
functionprivacy_ping_filter()
Checks whether blog is public before returning sites.
-
functionquery_posts()
Sets up The Loop with query parameters.
-
functionrawurlencode_deep()
Navigates through an array, object, or scalar, and raw-encodes the values to be used in a URL.
-
functionread()
Reads bytes and advances the stream position by the same count.
-
functionreadonly()
Outputs the HTML readonly attribute.
-
functionread_big_endian()
Reads an unsigned integer with most significant bits first.
-
functionrecurse_dirsize()
Gets the size of a directory recursively.
-
functionredirect_canonical()
Redirects incoming links to the proper URL based on the site url.
-
functionredirect_guess_404_permalink()
Attempts to guess the correct URL for a 404 request based on query vars.
-
functionredirect_post()
Redirects to previous page.
-
functionredirect_this_site()
Ensures that the current site’s domain is listed in the allowed redirect host list.
-
functionrefresh_blog_details()
Clears the blog details cache.
-
functionrefresh_user_details()
Cleans the user cache for a specific user.
-
functionregister_activation_hook()
Set the activation hook for a plugin.
-
functionregister_admin_color_schemes()
Registers the default admin color schemes.
-
functionregister_block_bindings_source()
Registers a new block bindings source.
-
functionregister_block_pattern()
Registers a new block pattern.
Used by 5 functions | Uses 1 function | Source: wp-includes/class-wp-block-patterns-registry.php:291 -
Registers a new pattern category.
Used by 1 function | Uses 1 function | Source: wp-includes/class-wp-block-pattern-categories-registry.php:177 -
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.