Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
  • Get WordPress
Get WordPress

Developer Resources

Browse: Home / Reference / 6.1.0 / Page 2

wp_filter_out_block_nodes()

Function: Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes().

Source: wp-includes/script-loader.php:2393

Used by 0 functions | Uses 0 functions

is_term_publicly_viewable()

Function: Determines whether a term is publicly viewable.

Source: wp-includes/taxonomy.php:5006

Used by 2 functions | Uses 2 functions

get_template_hierarchy()

Function: Gets the template hierarchy for the given template slug to be created.

Source: wp-includes/block-template-utils.php:1310

Used by 1 function | Uses 0 functions

_wp_build_title_and_description_for_single_post_type_block_template()

Function: Builds the title and description of a post-specific template based on the underlying referenced post.

Source: wp-includes/block-template-utils.php:546

Used by 1 function | Uses 4 functions

_wp_build_title_and_description_for_taxonomy_block_template()

Function: Builds the title and description of a taxonomy-specific template based on the underlying entity referenced.

Source: wp-includes/block-template-utils.php:622

Used by 1 function | Uses 4 functions

WP_Style_Engine_Processor::get_css()

Method: Gets the CSS rules as a string.

Source: wp-includes/style-engine/class-wp-style-engine-processor.php:102

Used by 0 functions | Uses 3 functions

WP_Style_Engine_Processor::combine_rules_selectors()

Method: Combines selectors from the rules store when they have the same styles.

Source: wp-includes/style-engine/class-wp-style-engine-processor.php:135

Used by 1 function | Uses 2 functions

WP_Style_Engine_CSS_Rule

Class: Class WP_Style_Engine_CSS_Rule.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:20

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rule::__construct()

Method: Constructor

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:49

Used by 4 functions | Uses 2 functions

WP_Style_Engine_CSS_Rule::set_selector()

Method: Sets the selector.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:63

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Rule::add_declarations()

Method: Sets the declarations.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:78

Used by 1 function | Uses 1 function

WP_Style_Engine_CSS_Rule::get_declarations()

Method: Gets the declarations object.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:101

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rule::get_selector()

Method: Gets the full selector.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:112

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Rule::get_css()

Method: Gets the CSS.

Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:126

Used by 0 functions | Uses 1 function

WP_Style_Engine_Processor::add_store()

Method: Adds a store to the processor.

Source: wp-includes/style-engine/class-wp-style-engine-processor.php:47

Used by 0 functions | Uses 2 functions

WP_Style_Engine_Processor::add_rules()

Method: Adds rules to be processed.

Source: wp-includes/style-engine/class-wp-style-engine-processor.php:71

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::get_store()

Method: Gets an instance of the store.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:57

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::get_stores()

Method: Gets an array of all available stores.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:76

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::remove_all_stores()

Method: Clears all stores from static::$stores.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:87

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::set_name()

Method: Sets the store name.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:100

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::get_name()

Method: Gets the store name.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:111

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::get_all_rules()

Method: Gets an array of all rules.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:122

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store::add_rule()

Method: Gets a WP_Style_Engine_CSS_Rule object by its selector.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:136

Used by 0 functions | Uses 1 function

WP_Style_Engine_CSS_Rules_Store::remove_rule()

Method: Removes a selector from the store.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:161

Used by 0 functions | Uses 0 functions

WP_Style_Engine_Processor

Class: Class WP_Style_Engine_Processor.

Source: wp-includes/style-engine/class-wp-style-engine-processor.php:20

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Rules_Store

Class: Class WP_Style_Engine_CSS_Rules_Store.

Source: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php:20

Used by 0 functions | Uses 0 functions

WP_Style_Engine_CSS_Declarations::__construct()

Method: Constructor for this object.

Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:41

Used by 2 functions | Uses 1 function

WP_Style_Engine_CSS_Declarations::add_declaration()

Method: Adds a single declaration.

Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:55

Used by 1 function | Uses 1 function

WP_Style_Engine_CSS_Declarations::remove_declaration()

Method: Removes a single declaration.

Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:84

Used by 1 function | Uses 0 functions

WP_Style_Engine_CSS_Declarations::add_declarations()

Method: Adds multiple declarations.

Source: wp-includes/style-engine/class-wp-style-engine-css-declarations.php:98

Used by 1 function | Uses 1 function
Previous 1 2 3 … 7 8 Next
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry