SEO for GHL
Pixel for SEO in GHL
WP Mail SMTP: specify an exact AuthType to connect to a Server.
Some SMTP servers require a very specific AuthType to connect to them in order to send…
verbrauchsberechner_css
h2 { text-align: center; } main, .delete { margin-left: 20px; } #img_verbrauch { float: right; margin-right:…
Enable Payment on Account
* - Adds a "Payment Methods" tab under WooCommerce > Settings. * - Shows a matrix…
product data tabs
/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…
Add the "input hidden" field type to the EDD settings
Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…
Show Invoice for Pending
Makes PDF Invoices available for pending payments
Weighted download count
This plugin makes it so that certain products use up more downloads in the download counter…
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
Tiered Affiliate Rates -- Per-Group Tier Structures
Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…
WWPP & WPML: bulk sync wholesale prices to translated products
Please review the following before using this solution: 1. This is a custom snippet provided as-is,…
ACFW - Fraud prevention on one-time coupons
add_action( 'woocommerce_checkout_process', function() { $coupon_code = 'your_coupon_code'; $billing_phone = wc_clean( wp_unslash( $_POST['billing_phone'] ?? '' ) );…
Add Custom Settings Tab to Vendor Dashboard
// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…