Changeset 57500 for trunk/src/wp-includes/block-bindings.php
- Timestamp:
- 01/31/2024 12:45:35 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r57375 r57500 49 49 * 50 50 * @param string $source_name Block bindings source name including namespace. 51 * @return array|false The unregist red block bindings source on success and `false` otherwise.51 * @return array|false The unregistered block bindings source on success and `false` otherwise. 52 52 */ 53 53 function unregister_block_bindings_source( $source_name ) {
Note: See TracChangeset
for help on using the changeset viewer.