Core Function
View Source on Trac ↗ wp_skip_border_serialization()
wp_skip_border_serialization( mixed $block_type ) Checks whether serialization of the current block's border properties should occur.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $block_type WP_Block_Type | Block type. Required |
Return Value
(bool)
bool Whether serialization of the current block's border properties
should occur.
Function Information
Since Version
5.8.0
Source File
wp-includes/deprecated.php
Advertisement