Quantcast
Channel: WordPress Developer Resources | Developer.WordPress.org
Browsing all 15 articles
Browse latest View live
↧

_deprecated_class()

There is a ‘deprecated_class_run’ hook that will be called that can be used to get the backtrace up to what file and function called the deprecated class. The current behavior is to trigger a user...

View Article


wp_trigger_error_run

Fires when the given function triggers a user-level error/warning/notice/deprecation message.

View Article


wp_trigger_error()

Generates the message when WP_DEBUG is true.

View Article

wp_unique_prefixed_id()

It is similar to wp_unique_id, but each prefix has its own internal ID counter to make each prefix independent from each other. The ID starts at 1 and increments on each call. The returned value is not...

View Article

wp_get_admin_notice()

Creates and returns the markup for an admin notice.

View Article


wp_admin_notice

Fires before an admin notice is output.

View Article

wp_admin_notice()

Outputs an admin notice.

View Article

wp_admin_notice_markup

Filters the markup for an admin notice.

View Article


wp_admin_notice_args

Filters the arguments for an admin notice.

View Article


wp_print_font_faces()

Generates and prints font-face styles for given fonts or theme.json fonts.

View Article

WP_HTML_Processor::bookmark_token()

Creates a new bookmark for the currently-matched token and returns the generated name.

View Article

block_core_query_ensure_interactivity_dependency()

Ensure that the view script has the `wp-interactivity` dependency.

View Article

block_core_image_ensure_interactivity_dependency()

Ensures that the view script has the `wp-interactivity` dependency.

View Article


block_core_file_ensure_interactivity_dependency()

Ensure that the view script has the `wp-interactivity` dependency.

View Article

wp_render_elements_support()

Updates the block content with elements class names.

View Article

Browsing all 15 articles
Browse latest View live