Core_Universal_Download Fix
/** * WPCode Snippet: Auto-Create .htaccess in Uploads Folder for Force Download * Description: Creates/updates .htaccess…
hide_wp_adminbar.css
Hide Adminbar, Show on Hover
Allow Shop Managers to edit and promote wholesale users.
/** * Allow Shop Managers to edit and promote wholesale users. */ function wws_add_shop_manager_user_editing_capability() { $shop_manager…
GravityForms_DIR_AA_CPT - Gravity Forms & Feeds CPT Registration
* Description: Registers custom post type with full REST API support * Location: Run Everywhere *…
GravityForms_DIR_AB_ACF - Gravity Forms & Feeds ACF Fields
* Description: Registers ACF fields for form and feed data + notification/confirmation content * Location: Run…
GravityForms_DIR_AC_SYNC - Gravity Forms & Feeds Sync Engine
* Description: Manual sync functionality for forms and their feeds * Location: Run Everywhere * Priority:…
GravityForms_DIR_AD_RAPI - Expose Gravity Forms ACF Fields to REST API
* Description: Makes Gravity Forms data accessible via Application Password authentication * Location: Run Everywhere *…
LifterLMS_DIR_AC_RAPI - Expose LifterLMS ACF Fields to REST API
WPCode Snippet: Expose LifterLMS ACF Fields to REST API * Description: Makes LifterLMS module data accessible…
GravityForms_DIR_AE_FPopulate - Auto-Populate Field Details on CPT Sync
* WPCode Snippet: Auto-Populate Field Details on CPT Sync * Location: Run Everywhere * Priority: 30
CookieYes!
Adds the CookieYes! consent banner to the site, the configuration is managed centrally in the CookieYes!…
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…
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 ''; } }