[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

Align block support flag.

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

Defines 2 functions

  wp_register_alignment_support()
  wp_apply_alignment_support()

Functions
Functions that are not part of a class:

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

param: WP_Block_Type $block_type Block Type.
since: 5.6.0

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

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



Generated: Thu Apr 18 01:00:02 2024 Cross-referenced by PHPXref 0.7.1