Entry Forms
Entry Forms Selects
Rest_Api_DIR - Users
/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…
Universal_UserMetaHR_Ba - HR Staff Profile Fields - KIC Enterprises
* WPCode Snippet: HR Staff Profile Fields - KIC Enterprises * Description: Comprehensive HR compliance fields…
Cortex Image Meta API
/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…
Home page
home page schema
bypass SSL certificate
bypass ssl - getting errors - fixes that
Add Custom Taxonomy - Multiple Vendor Taxonomy
Allows the vendor to select multiple taxonomies
Add a video field to the sign-up form
// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…
Force product type for all products
// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…
Add TikTok to the social tab of settings
This will show the setting and it should be saved when saving the form.
Change Add Product button URL
Change Add Product button URL
Filter Slider Speed | Display Eventbrite Events
The following filter changes slider speed from default 10 seconds ( 10000 milliseconds ). (Note this…
Ultra Shop button
A button to link our shop to the Ultraceuticals Shop
Defining Amazon SES Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…