Untitled Snippet
wp_enqueue_style( 'style', get_stylesheet_uri() ); .wp-block-latest-comments__comment-date { color: var(--wp--preset--color--primary); font-size: var(--wp--preset--font-size--small); } function myfirsttheme_setup() { /* *…
Re-route BuddyPress emails through WP Mail SMTP
This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
MemberPress: Remove the Pause link for specific membership
By default, if pausing/resuming subscriptions is enabled for members, the Pause option will be available for…
om-exclude-campaign-revenue-attribution.js
document.addEventListener('om.Campaign.init', function(event) { if ('CAMPAIGN_ID' === event.detail.Campaign.id) { // replace CAMPAIGN_ID with the OptinMonster campaign's unique…
ASA
ASASAS
Boost Sales with Dynamic Pricing Strategy with Progressive Discounts in WooCommerce – No Plugin
Post Intro woocommerce tutorial -How to Boost Sales and Create a Dynamic Pricing Strategy with Progressive…
Google Tag
Google Event Tag
Tablepress_get_cell
function tablepress_cell_to_url_shortcode( $atts ) { $atts = shortcode_atts( array( 'table_id' => '', 'row' => 1, 'col'…