Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /* Plugin Name: Remove other plugin filter */
- add_action( 'plugins_loaded', function() {
- global $Genesis_Simple_Edits;
- remove_filter( 'genesis_footer_creds_text', array( $Genesis_Simple_Edits, 'footer_creds_filter' ), 20 );
- });
Advertisement
Add Comment
Please, Sign In to add comment