Changeset 5902
- Timestamp:
- 09/08/2017 07:02:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/back-compat.php
r1945 r5902 38 38 add_action( 'wcpt_back_compat_init', array( $this, 'wcpt_back_compat_init' ) ); 39 39 } 40 41 // Base theme should not load the following modules.42 add_filter( 'wcb_load_component_speakers', '__return_false' );43 add_filter( 'wcb_load_component_sessions', '__return_false' );44 add_filter( 'wcb_load_component_sponsors', '__return_false' );45 40 } 46 41 }
Note: See TracChangeset
for help on using the changeset viewer.