verygoodplugins

Untitled

May 5th, 2021 (edited)
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function wpf_reconfigure_groundhogg() {
  2.  
  3.     if ( ! function_exists( 'wp_fusion' ) ) {
  4.         return;
  5.     }
  6.  
  7.     wp_fusion()->crm->supports = array( 'add_tags' );
  8.  
  9. }
  10.  
  11. add_action( 'plugins_loaded', 'wpf_reconfigure_groundhogg', 5 );
Add Comment
Please, Sign In to add comment