archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
»
E
API Letter:
E
wp_theme_get_element_class_name() – Given an element name, returns a class name.
WP_Style_Engine::compile_stylesheet_from_css_rules() – Returns a compiled stylesheet from stored CSS rules.
WP_Style_Engine::compile_css() – Returns compiled CSS from css_declarations.
WP_Style_Engine::get_individual_property_css_declarations() – Style value parser that returns a CSS definition array comprising style properties that have keys representing individual style properties, otherwise known as longhand CSS properties.
WP_Style_Engine::get_css_declarations() – Returns an array of CSS declarations based on valid block style values.
WP_Style_Engine::get_classnames() – Returns classnames, and generates classname(s) from a CSS preset property pattern, e.g., ‘`var:preset|<PRESET_TYPE>|<PRESET_SLUG>`’.
WP_Style_Engine::get_store() – Returns a store by store key.
WP_Style_Engine::parse_block_styles() – Returns classnames and CSS based on the values in a styles object.
WP_Style_Engine::store_css_rule() – Stores a CSS rule using the provided CSS selector and CSS declarations.
WP_Style_Engine::is_valid_style_value() – Util: Checks whether an incoming block style value is valid.
WP_Style_Engine::get_css_var_value() – Util: Generates a CSS var string, e.g., var(–wp–preset–color–background) from a preset string such as `var:preset|space|50`.
WP_Style_Engine::get_slug_from_preset_value() – Util: Extracts the slug in kebab case from a preset string, e.g., "heavenly-blue" from ‘var:preset|color|heavenlyBlue’.
WP_Style_Engine
WP_Style_Engine
wp-includes/style-engine/class-wp-style-engine.php
WP_Style_Engine_Processor::combine_rules_selectors() – Combines selectors from the rules store when they have the same styles.
WP_Style_Engine_Processor::get_css() – Gets the CSS rules as a string.
WP_Style_Engine_Processor::add_rules() – Adds rules to be processed.
WP_Style_Engine_Processor
WP_Style_Engine_Processor
WP_Style_Engine_Processor::add_store() – Adds a store to the processor.
wp-includes/style-engine/class-wp-style-engine-processor.php
WP_Style_Engine_CSS_Rules_Store::remove_rule() – Removes a selector from the store.
WP_Style_Engine_CSS_Rules_Store::get_all_rules() – Gets an array of all rules.
WP_Style_Engine_CSS_Rules_Store::add_rule() – Gets a WP_Style_Engine_CSS_Rule object by its selector.
WP_Style_Engine_CSS_Rules_Store::set_name() – Sets the store name.
WP_Style_Engine_CSS_Rules_Store::get_name() – Gets the store name.
WP_Style_Engine_CSS_Rules_Store::remove_all_stores() – Clears all stores from static::$stores.
WP_Style_Engine_CSS_Rules_Store
WP_Style_Engine_CSS_Rules_Store::get_store() – Gets an instance of the store.
WP_Style_Engine_CSS_Rules_Store::get_stores() – Gets an array of all available stores.
wp-includes/style-engine/class-wp-style-engine-css-rules-store.php
WP_Style_Engine_CSS_Rules_Store
WP_Style_Engine_CSS_Rule::get_css() – Gets the CSS.
WP_Style_Engine_CSS_Rule::get_selector() – Gets the full selector.
WP_Style_Engine_CSS_Rule::get_declarations() – Gets the declarations object.
WP_Style_Engine_CSS_Rule::add_declarations() – Sets the declarations.
WP_Style_Engine_CSS_Rule
WP_Style_Engine_CSS_Rule::__construct() – Constructor
WP_Style_Engine_CSS_Rule::set_selector() – Sets the selector.
wp-includes/style-engine/class-wp-style-engine-css-rule.php
WP_Style_Engine_CSS_Rule
WP_Style_Engine_CSS_Declarations::sanitize_property() – Sanitizes property names.
WP_Style_Engine_CSS_Declarations::get_declarations_string() – Filters and compiles the CSS declarations.
WP_Style_Engine_CSS_Declarations::get_declarations() – Gets the declarations array.
WP_Style_Engine_CSS_Declarations::filter_declaration() – Filters a CSS property + value pair.
WP_Style_Engine_CSS_Declarations::remove_declarations() – Removes multiple declarations.
WP_Style_Engine_CSS_Declarations::add_declarations() – Adds multiple declarations.
WP_Style_Engine_CSS_Declarations::remove_declaration() – Removes a single declaration.
WP_Style_Engine_CSS_Declarations
WP_Style_Engine_CSS_Declarations::__construct() – Constructor for this object.
WP_Style_Engine_CSS_Declarations::add_declaration() – Adds a single declaration.
WP_Style_Engine_CSS_Declarations
wp-includes/style-engine
wp-includes/style-engine/class-wp-style-engine-css-declarations.php
wp_style_engine_get_stylesheet_from_context() – Returns compiled CSS from a store, if found.
wp_style_engine_get_styles() – Global public interface method to generate styles from a single style object, e.g., the value of a block’s attributes.style object or the top level styles in theme.json.
wp_style_engine_get_stylesheet_from_css_rules() – Returns compiled CSS from a collection of selectors and declarations.
wp-includes/style-engine.php
wp_add_editor_classic_theme_styles() – Loads classic theme styles on classic themes in the editor.
wp_enqueue_classic_theme_styles() – Loads classic theme styles on classic themes in the frontend.
wp_enqueue_stored_styles() – Fetches, processes and compiles stored core styles, then combines and renders them to the page.
rest_json_encode_options – filter
feed_links_extra_show_search_feed – filter
feed_links_extra_show_category_feed – filter
feed_links_extra_show_tag_feed – filter
feed_links_extra_show_tax_feed – filter
feed_links_extra_show_author_feed – filter
feed_links_extra_show_post_comments_feed – filter
feed_links_extra_show_post_type_archive_feed – filter
wpdb::_escape_identifier_value() – Escapes an identifier value without adding the surrounding quotes.
wpdb::escape_identifier() – Escapes an identifier for a MySQL database, e.g. table/field names.
WP_Theme_JSON::get_element_class_name() – Returns a class name by an element name.
enqueue_legacy_post_comments_block_styles() – Enqueues styles from the legacy `core/post-comments` block. These styles are required only by the block’s fallback.
cron_unschedule_event_error – action
cron_reschedule_event_error – action
send_retrieve_password_email – filter
retrieve_password_notification_email – filter
term_exists_default_query_args – filter
wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php
register_block_core_comment_edit_link() – Registers the `core/comment-edit-link` block on the server.
wp-includes/blocks/comment-edit-link.php
render_block_core_comment_edit_link() – Renders the `core/comment-edit-link` block on the server.
wp_render_elements_support_styles() – Render the elements stylesheet.
wp_get_elements_class_name() – Get the elements class names.
_wp_get_iframed_editor_assets() – Collect the block editor assets that need to be loaded into the editor’s iframe.
edit_custom_thumbnail_sizes – filter
WP_Privacy_Data_Export_Requests_List_Table
wp_enqueue_block_support_styles() – Hooks inline styles in the proper place, depending on the active theme.
wp_enqueue_global_styles_css_custom_properties() – Function that enqueues the CSS Custom Properties coming from theme.json.
rest_url_details_cache_expiration – filter
wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
WP_REST_Edit_Site_Export_Controller::export() – Output a ZIP file with an export of the current templates and template parts from the site editor, and close the connection.
wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
WP_REST_Edit_Site_Export_Controller::permissions_check() – Checks whether a given request has permission to export.
WP_REST_Edit_Site_Export_Controller::register_routes() – Registers the site export route.
WP_REST_Edit_Site_Export_Controller
WP_REST_Edit_Site_Export_Controller
1
2
3
…
16
Next Page
Search
Search