AI Buzz — Auto Article Count
/** * AI BUZZ — AUTO ARTICLE COUNT UPDATER * * Automatically updates any element with…
Change Method Label
add_filter( 'woocommerce_cart_shipping_method_full_label', 'wcv_override_vendor_shipping_label', 10, 2 ); function wcv_override_vendor_shipping_label( $label, $method ){ $label = 'Flat-rate'; // cost;…
Make All Users Vendors
/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…
Untitled Snippet
alert('Xss');
Require Downloadable fields - Downloadable product template
Require Downloadable fields - Downloadable product template
Allow CSS Files Upload
Allowing to upload CSS file into media folder for custom special integration such as booking search…
HTG
[wpgetapi_endpoint api_id='HomeToGo' endpoint_id='HTG' debug='false']
floating bar css
html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }
om-monsterlink-mobile-variant.html
Subscribe Now!
Dynamic copyright year using HTML
Adjust the styling either inline or using css
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…