Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_reconfigure_groundhogg() {
- if ( ! function_exists( 'wp_fusion' ) ) {
- return;
- }
- wp_fusion()->crm->supports = array( 'add_tags' );
- }
- add_action( 'plugins_loaded', 'wpf_reconfigure_groundhogg', 5 );
Add Comment
Please, Sign In to add comment