- Timestamp:
- 11/07/2021 05:22:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r13016 r13140 1553 1553 */ 1554 1554 function bp_nouveau_unregister_blocks_for_post_context() { 1555 if ( ! function_exists( 'unregister_block_type' ) ) {1556 return;1557 }1558 1559 1555 $is_registered = WP_Block_Type_Registry::get_instance()->is_registered( 'bp/primary-nav' ); 1560 1556
Note: See TracChangeset
for help on using the changeset viewer.