This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:00am | |
10:15am | |
10:30am | |
10:45am | |
11:00am | |
11:15am | |
11:30am | |
11:45am | |
12:00pm | |
12:15pm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fix ob_flush zlib compression issues | |
remove_action('shutdown', 'wp_ob_end_flush_all', 1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------- | |
Technical information | |
---------------------- | |
IP: {ip} | |
User Agent: {user_agent} | |
Referrer: {referer} | |
User Display Name: {user:display_name} | |
User Email: {user:user_email} | |
User Login: {user:user_login} | |
Entry: # {entry_id} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* hide woo additional information tab */ | |
.woocommerce #content div.product .woocommerce-tabs li#tab-title-additional_information { | |
display: none; | |
} | |
/* hide woo related products price */ | |
.woocommerce .product .related.products .price { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wpd-comment-right { | |
scroll-margin-top: 100px; | |
} |