srikat

Untitled

May 30th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. /* Plugin Name: Remove other plugin filter */
  3.  
  4. add_action( 'plugins_loaded', function() {
  5. global $Genesis_Simple_Edits;
  6. remove_filter( 'genesis_footer_creds_text', array( $Genesis_Simple_Edits, 'footer_creds_filter' ), 20 );
  7. });
Advertisement
Add Comment
Please, Sign In to add comment