Alex Anzalone

Player profile for alex anzalone

Jeffrey Bilbrey
<10

Move WPCode "Status" Column from Last to First (WPCode)

This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…

hide_wp_adminbar.css

Hide Adminbar, Show on Hover

CSS_Universal - BuddyBoss + LifterLMS + Gravity Forms + GravityView stack

- Global Gravity Forms style fixes - Red error messages (shared brand red) - Black/white confirmation…

ismail daugherty PRO
<10

Change Campaign Rewrite To Not Use With Front

Customizes the definition of the campaign post type, setting the with_front option to false.

Header - Lovable

Adam Hobson PRO
<10

Cortex E-commerce Products SEO Meta

/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product &…

<10

META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress)

/** * ============================================================================= * META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress) * Pixel ID: *…

Allow Subscriptions Product on BOGO and Add Product Search Field

add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…

1 95 96 97 98 99 227