Site not working after auto-update? I have the solution!
-
Hi,
If you had this problem (after wordpress automatically updated to version 6.2.6), try this: delete the lines from 600 to 604 (on my site, look for the lines to delete in yours) from the file wp-includes/default-filters. php and everything works again!these are the lines to delete:
// Footnotes Block.
add_action( ‘init’, ‘_wp_footnotes_kses_init’ );
add_action( ‘set_current_user’, ‘_wp_footnotes_kses_init’ );
add_filter( ‘force_filtered_html_on_import’, ‘_wp_footnotes_force_filtered_html_on_import_filter’, 999 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.