Changeset 2545592
- Timestamp:
- 06/10/2021 12:10:41 PM (5 years ago)
- Location:
- hide-blocks/trunk
- Files:
-
- 2 edited
-
hide-blocks.php (modified) (1 diff)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-blocks/trunk/hide-blocks.php
r2415025 r2545592 20 20 ); 21 21 } 22 add_action( ' init', 'hide_blocks_init' );22 add_action( 'enqueue_block_editor_assets', 'hide_blocks_init' ); 23 23 24 24 function hide_blocks_render_callback($block_content, $block) { -
hide-blocks/trunk/package.json
r2415025 r2545592 1 1 { 2 2 "name": "hide-blocks", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "Allow to hide gutenberg blocks.", 5 5 "main": "build/index.js",
Note: See TracChangeset
for help on using the changeset viewer.