Tweak Price Display (Adjusts the Prices) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Use the Variation Name instead of Slug within the Product Name detail of Product exports
function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…
unitap.io
function myfirsttheme_setup() { /* * Load additional block styles. */ $styled_blocks = ['latest-comments']; foreach ( $styled_blocks…
Disable WP Error Log and PHP Error
Turning off PHP Errors in WordPress
Hide the Email Test Menu Item in Settings
This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.
[wpb-random-posts]
WHAT THEY SAID TO DO
Device based Monsterlink
Subscribe Now!
om-js-events-ga-conversion.js
// OptinMonster Javascript Event for Google Analytics Conversion Event document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { var…
slide-right-center.css
html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…
Hide admin nags
.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…
Apply discount on the cheapest item in WooCommerce
Apply discount on the cheapest item in WooCommerce