Alex Anzalone
Player profile for alex anzalone
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.…
wwr parallax
hero parallax
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…
Change Campaign Rewrite To Not Use With Front
Customizes the definition of the campaign post type, setting the with_front option to false.
Cortex E-commerce Products SEO Meta
/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product &…
Admin Bar - Updates (copy)
Show updates in Admin Bar
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';…