Changeset 58075 for trunk/src/wp-includes/block-bindings.php
- Timestamp:
- 05/02/2024 01:17:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r58073 r58075 88 88 * The callback has a mixed return type; it may return a string to override 89 89 * the block's original value, null, false to remove an attribute, etc. 90 * @type array$uses_context (optional) Array of values to add to block `uses_context` needed by the source.90 * @type string[] $uses_context (optional) Array of values to add to block `uses_context` needed by the source. 91 91 * } 92 92 * @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.