Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created May 25, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Glinkfr/5f7d7b14dd8c833ed4dbb167d92fc193 to your computer and use it in GitHub Desktop.
Save Glinkfr/5f7d7b14dd8c833ed4dbb167d92fc193 to your computer and use it in GitHub Desktop.
// supprime toutes les actions de BD sur le plugin NavXT
add_action( 'wpbdp_loaded', function(){
remove_all_actions('bcn_before_fill');
remove_all_actions('bcn_after_fill');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment