Prevent Tasty Links inside Tasty Recipes
Prefer to keep your recipe cards clear of automatic links from your Tasty Links keywords? No…
CPT_DIR - Users
Directory of portal users....
How to Set a Default Country on the Vendor Registration Form
Make sure to select the correct vendor registration page under WC Vendors > Settings > Registration…
Display Only Selected Countries on the Vendor Registration Form
Streamline your registration form by showing only selected countries or remove others from the registration form…
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',…
ACF option field shortcode
function acf_option_field_shortcode( $atts ) { // Definimos los atributos por defecto (solo necesitamos 'field') $atts =…
Roles.php
Create and Assign Customer Roles
bypass SSL certificate
bypass ssl - getting errors - fixes that
Replace Menu Icon
Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons
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(…
Force Minimum Password Length at Checkout
Force a minimum password length when a customer creates an account at checkout
Guard Pay Diagnostic Tool
/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…