Retroactive Lifetime Licenses

Mark all existing licenses for an EDD product as lifetime licenses.

Foodtruck

crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…

Add order status to the commissions table export

/** * Add order status to the commissions table export */ function wcv_commission_export_columns( $columns ){ $columns['order_status']…

Fix 500 Internal Server Error

A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…

Remove Gutenberg CSS

//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…

<10

Emails via two different Postmark streams based on the email subject

WP Mail SMTP plugin does not directly support selecting a specific Postmark message stream based on…

Customize Ambassador Campaign Fields For Campaign Creators

*BETA* code snippet that should show you can hide short description field and update labels in…

David Bisset PRO
<10

Style Just OptinMonster Campaign Placeholders

html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…

Connect site to Google

google-site-verification: google476d5b0743fce814.html

Make the auction start price and auction dates required for vendors

This is from the integration with the WooCommerce Simple Auctions plugin

1 79 80 81 82 83 124