diff --git a/transifex-live-integration-main.php b/transifex-live-integration-main.php index 4be7486..248a895 100755 --- a/transifex-live-integration-main.php +++ b/transifex-live-integration-main.php @@ -159,7 +159,6 @@ static function do_plugin( $is_admin, $version ) { add_filter( 'comment_form_field_comment', [ $rewrite, 'add_redirect_to_comments_form_hook'], 10, 1); // Add filters for custom post types - add_filter( 'post_type_link', [$rewrite, 'pre_post_link_hook'], 10, 3 ); add_filter( 'post_type_link', [$rewrite, 'post_link_hook'], 10, 3 ); } }