Hide all admin notices and notifications

The code below can hide all notices, error notices, warnings, update notices, etc, from the WP…

Increase Dropdown Menu Width - Divi Themes

.et_pb_menu ul.sub-menu { width: 300px; /* Adjust this value to your desired width */ } /*…

Javascript Org Chart

window.onload = function() { // Initial organizational data structure let orgData = { id: '1', name:…

Untitled Snippet

Bernal Sidoti
<10

LIFTER - Course to Module

Replace Syntax

ismail daugherty PRO
<10

WPCODE_DIR_AD_SYNC - WPCode Snippets Sync Engine

Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority:…

ismail daugherty PRO
<10

Pardot

Becca Nevarez
<10

Hotel Surprise Grupo

Lucas Fumagalli
<10

Alert Admin When a Plugin Is Activated

Receive an email notification whenever a plugin is activated in WordPress. Useful for security monitoring, multi-admin…

bypass SSL certificate

bypass ssl - getting errors - fixes that

Carla Mawyin
<10

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.

1 80 81 82 83 84 126