Changes between Initial Version and Version 1 of Ticket #52556, comment 2
- Timestamp:
- 02/19/2021 02:27:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52556, comment 2
initial v1 7 7 8 8 The only plugin installed there is mine where i have the following codes: 9 wp_password_change_notification- disabled to notify me for password changes.10 add_filter( 'use_block_editor_for_post', '__return_false' );- disable gutenberg.11 remove_filter('the_content', 'wpautop');removing auto paragraph.9 * `wp_password_change_notification` - disabled to notify me for password changes. 10 * `add_filter( 'use_block_editor_for_post', '__return_false' );` - disable gutenberg. 11 * `remove_filter('the_content', 'wpautop');` removing auto paragraph. 12 12 13 13 I am attaching 2 screenshots