Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_jeg_dark_mode_filter() {
- if ( is_front_page() || is_home() ) {
- remove_filter( 'body_class', 'jeg_dark_mode' );
- }
- }
- add_action( 'wp_head', 'remove_jeg_dark_mode_filter', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement