Title: This plugin breaks functionality?
Last modified: January 18, 2019

---

# This plugin breaks functionality?

 *  Resolved [zuroma](https://wordpress.org/support/users/zuroma/)
 * (@zuroma)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/this-plugin-breaks-functionality/)
 * I installed the plugin and put in a very basic filter:
 *     ```
       function gangFound_cpt_filters() {
           // globalize it so that we can call methods on the returned object
           global $my_cpt_filters;
   
       	$filter_posts = ();
       	$filter_events = array_merge(  $filter_posts,	
       		array('gf_event_date' => array(
       		  	'name' => 'Event Start Date',
       			'meta' => '_EventStartDate',
       		  	'cast' => 'DATE'
       		 )
               ));
       	$my_cpt_filters = tribe_setup_apm('tribe_events',  $filter_events );
       }
       ```
   
 * and now on the Edit Event page some javascript breaks. Editing anything, even
   types I’m not adding to tribe_setup_atm, eg a post, page, custom type, so much
   of the Javascript breaks. For example, clicking on “+Add New Category” does nothing.
   Trying to switch from Visual to Text in the editor does nothing.
 * Disabling the call to tribe_setup_apm restores all the functionality.
 * Is this a known issue and is it going to be fixed soon? I’d love to use this 
   plugin.
 * Thanks!
    -  This topic was modified 7 years, 5 months ago by [zuroma](https://wordpress.org/support/users/zuroma/).
    -  This topic was modified 7 years, 5 months ago by [zuroma](https://wordpress.org/support/users/zuroma/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [zuroma](https://wordpress.org/support/users/zuroma/)
 * (@zuroma)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/this-plugin-breaks-functionality/#post-11108553)
 * I figured it out. A conflict with a custom plugin. Sorry!

Viewing 1 replies (of 1 total)

The topic ‘This plugin breaks functionality?’ is closed to new replies.

 * ![](https://ps.w.org/advanced-post-manager/assets/icon-256x256.png?rev=3155482)
 * [Advanced Post Manager](https://wordpress.org/plugins/advanced-post-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-post-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-post-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-post-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-post-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-post-manager/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [zuroma](https://wordpress.org/support/users/zuroma/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/this-plugin-breaks-functionality/#post-11108553)
 * Status: resolved