We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18808d0 commit c08b895Copy full SHA for c08b895
1 file changed
includes/class-protected-video-admin.php
@@ -124,7 +124,6 @@ public function register_block() {
124
);
125
wp_script_add_data( $block_script_handle, 'path', $build_path . 'view.js' );
126
127
- wp_script_add_data( $block_script_handle, 'strategy', 'defer' );
128
wp_script_add_data( $block_script_handle, 'group', 1 );
129
130
wp_add_inline_script(
0 commit comments