Changeset 58395 for trunk/src/wp-includes/block-bindings.php
- Timestamp:
- 06/12/2024 12:42:28 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-bindings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r58075 r58395 76 76 * The array of arguments that are used to register a source. 77 77 * 78 * @type string $label The label of the source.79 * @type callable $get_value_callback A callback executed when the source is processed during block rendering.80 * The callback should have the following signature:78 * @type string $label The label of the source. 79 * @type callable $get_value_callback A callback executed when the source is processed during block rendering. 80 * The callback should have the following signature: 81 81 * 82 * `function ($source_args, $block_instance,$attribute_name): mixed`83 * - @param array $source_args Array containing source arguments84 * used to look up the override value,85 * i.e. {"key": "foo"}.86 * - @param WP_Block $block_instance The block instance.87 * - @param string $attribute_name The name of an attribute.88 * The callback has a mixed return type; it may return a string to override89 * the block's original value, null, false to remove an attribute, etc.90 * @type string[] $uses_context (optional)Array of values to add to block `uses_context` needed by the source.82 * `function( $source_args, $block_instance, $attribute_name ): mixed` 83 * - @param array $source_args Array containing source arguments 84 * used to look up the override value, 85 * i.e. {"key": "foo"}. 86 * - @param WP_Block $block_instance The block instance. 87 * - @param string $attribute_name The name of an attribute. 88 * The callback has a mixed return type; it may return a string to override 89 * the block's original value, null, false to remove an attribute, etc. 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)