-
-
Save sabernhardt/8244f7a39a75f2eb58d65bc7bf294271 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Remove Footnotes block actions | |
*/ | |
remove_action( 'init', '_wp_footnotes_kses_init' ); | |
remove_action( 'set_current_user', '_wp_footnotes_kses_init' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment