Skip to content

Instantly share code, notes, and snippets.

@sabernhardt
Created June 26, 2024 14:41
Show Gist options
  • Save sabernhardt/8244f7a39a75f2eb58d65bc7bf294271 to your computer and use it in GitHub Desktop.
Save sabernhardt/8244f7a39a75f2eb58d65bc7bf294271 to your computer and use it in GitHub Desktop.
<?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