Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function hide_coupon(){
- if ( !is_user_logged_in() ) remove_action('em_events_admin_bookings_footer',array('EM_Coupons', 'admin_meta_box'),20,1);
- }
- add_action( 'init', 'hide_coupon' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement