Rest_Api_DIR - Users

/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…

ismail daugherty PRO
<10

Rankmath Breadcrums

add_action('wp_head', 'mi_add_breadcrumbs'); function mi_add_breadcrumbs() { if (function_exists('rank_math_the_breadcrumbs')) { echo ''; rank_math_the_breadcrumbs(); echo ''; } }

Untitled Snippet

Maria Brandy
<10

Show Certain Products to Certain Wholesale Customers Only

How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…

Elegant Fade In-Out

Hide all elements until they Visible in the Viewport

CWP - MailChimp RSS email ID

Adds MailChimp email ID to RSS feeds for better conversion tracking

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

Force "Become a Vendor" to always go to /my-account/become-a-vendor/

/** * Force "Become a Vendor" to always go to * /my-account/become-a-vendor/ * * Applies to…

Website Schema

Melody Tholstrup
<10

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

WPForms — Quantity-Aware Form Locker Inventory

Use the Form Locker's Total Entry Limit as an inventory for product items, ensuring that you…

Ralden Souza PRO
<10

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

1 89 90 91 92 93 221