Skip to content

Commit c08b895

Browse files
committed
Remove redundant wp_script_add_data
1 parent 18808d0 commit c08b895

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

includes/class-protected-video-admin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function register_block() {
124124
);
125125
wp_script_add_data( $block_script_handle, 'path', $build_path . 'view.js' );
126126

127-
wp_script_add_data( $block_script_handle, 'strategy', 'defer' );
128127
wp_script_add_data( $block_script_handle, 'group', 1 );
129128

130129
wp_add_inline_script(

0 commit comments

Comments
 (0)