WP Version abschalten
function wpbeginner_remove_version() { return ''; } add_filter('the_generator', 'wpbeginner_remove_version');
Untitled Snippet
create custom snippet
Hide social login from checkout
Good for when you are using it elsewhere on your website and do not want it…
Expire pass when counter used up
This plugin makes All Access passes expire at the moment their download counter is used up.
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
Tiered Affiliate Rates -- Per-Group Tier Structures
Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…
Untitled Snippet
{ "data": [ { "action_source": "system_generated", "custom_data": { "event_source": "crm", "lead_event_source": "Your CRM" }, "event_name": "Lead",…
Redirecting Vendors to Vendor Dashboard on Login
Snippet To Redirect Vendors to their Dashboard on login
Add menu item to vendor dashboard
// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…