Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

Disable Automatic Updates Emails (copy)

Stop getting emails about automatic updates on your WordPress site.

Roles.php

Create and Assign Customer Roles

Force Minimum Password Length in Profile Editor

Verify password minimum length in the EDD profile editor.

TICKET NUMBER

/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…

Guard Pay Diagnostic Tool

/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…

Dustin Lavoie
<10

Give Subscription on Purchase

This snippet will provide customers with one year of access to subscription content when they make…

Change the sold by link label to vendor's name

Change the sold by link label to vendor's name

Use Billing Address in Order Exports

By default the export order feature for the vendor dashboard users the customers shipping address. This…

Add Custom Taxonomy - Multiple Vendor Taxonomy

Allows the vendor to select multiple taxonomies

featured-images-rss-feed

function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…

MARK BOGDANOVIC (COSMO MEDIA D.O.O., UL.POHORSKEGA BATALJONA 57,LJUBLJANA,SLOVENIJA SI19178808
<10
1 174 175 176 177 178 218