[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/block-supports/ -> dimensions.php (summary)

Dimensions block support flag. This does not include the `spacing` block support even though that visually appears under the "Dimensions" panel in the editor. It remains in its original `spacing.php` file for compatibility with core.

File Size: 73 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  wp_register_dimensions_support()
  wp_apply_dimensions_support()

Functions
Functions that are not part of a class:

wp_register_dimensions_support( $block_type )   X-Ref
Registers the style block attribute for block types that support it.

since: 5.9.0
param: WP_Block_Type $block_type Block Type.

wp_apply_dimensions_support( $block_type, $block_attributes )   X-Ref
Adds CSS classes for block dimensions to the incoming attributes array.
This will be applied to the block markup in the front-end.

since: 5.9.0
return: array Block dimensions CSS classes and inline styles.
param: WP_Block_Type $block_type       Block Type.
param: array         $block_attributes Block attributes.



Generated: Fri Apr 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1