Skip to content

Commit

Permalink
Remove unused filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Jun 24, 2024
1 parent 5b68a03 commit 0d50bd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/Story_Post_Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function register(): void {
add_filter( 'wp_insert_post_empty_content', [ $this, 'filter_empty_content' ], 10, 2 );
add_filter( 'bulk_post_updated_messages', [ $this, 'bulk_post_updated_messages' ], 10, 2 );
add_action( 'clean_post_cache', [ $this, 'clear_user_posts_count' ], 10, 2 );
add_filter( 'wp_post_revision_meta_keys', [ $this, 'add_meta_keys_to_revisions' ], 10, 2 );
}

/**
Expand Down

0 comments on commit 0d50bd2

Please sign in to comment.