Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action('admin_head', 'tribe_fix_recurrence_dialog');
- function tribe_fix_recurrence_dialog(){
- ?>
- <style type="text/css">
- .ui-widget-overlay.ui-front {z-index: 90; }
- </style>
- <?php
- }
- add_action( 'init', 'tribe_events_wootheme_compatibility' );
- function tribe_events_wootheme_compatibility() {
- if ( ! is_home() ) {
- remove_filter( 'pre_get_posts', 'woo_exclude_categories_homepage', 10 );
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment