Skip to content

Commit

Permalink
The fun with filters continues.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jun 10, 2024
1 parent 7017c22 commit c843e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function init() {

add_action( 'save_post', [ $this, 'link_to_module_on_post_creation' ] );

add_filter( 'use_block_editor_for_post', [ $this, 'use_block_editor_for_module' ], 10, 2 );
add_filter( 'use_block_editor_for_post', [ $this, 'use_block_editor_for_module' ], 200, 2 );
}

/**
Expand Down

0 comments on commit c843e18

Please sign in to comment.