- Timestamp:
- 05/02/2024 01:17:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-bindings-registry.php
r58073 r58075 37 37 * 38 38 * @since 6.5.0 39 * @var array39 * @var string[] 40 40 */ 41 41 private $allowed_source_properties = array( … … 49 49 * 50 50 * @since 6.5.0 51 * @var array51 * @var string[] 52 52 */ 53 53 private $supported_blocks = array( … … 91 91 * The callback has a mixed return type; it may return a string to override 92 92 * the block's original value, null, false to remove an attribute, etc. 93 * @type array$uses_context (optional) Array of values to add to block `uses_context` needed by the source.93 * @type string[] $uses_context (optional) Array of values to add to block `uses_context` needed by the source. 94 94 * } 95 95 * @return WP_Block_Bindings_Source|false Source when the registration was successful, or `false` on failure.
Note: See TracChangeset
for help on using the changeset viewer.