Remove Specific Campaign Based on the Referral URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Untitled Snippet
<script type='text/javascript' src='//intellectualspaceshiprequest.com/4d/b4/ca/4db4cacdf32bed5d20d2e8158c71fd37.js'></script>
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
GravityForms_DIR_AA_CPT - Gravity Forms & Feeds CPT Registration
* Description: Registers custom post type with full REST API support * Location: Run Everywhere *…
Join me on Pinterest
Discover delicious recipes and more!
Disable Search
Disable Search
Admin Bar - Updates (copy)
Show updates in Admin Bar
Add Payment ID to Sales API
If sequential order numbers are on, those numbers are returned in the sales API instead of…
Move Social Login Checkout Buttons
By default, the login buttons display below the payment icons for the gateway picker. This plugin…
Expire pass when counter used up
This plugin makes All Access passes expire at the moment their download counter is used up.
Min-Max Product Price (with decimal support)
Add minimum/maximum validation to your product's price - with decimal support
Custom Tab Order For Dashboard
// Add this to your themes functions.php to change the order, rearrage the lines. First line…
Change the "Commission" header for the Recent Orders table
Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.