Untitled Snippet
https://www.profitableratecpm.com/bbtkm7cns?key=a06da006c254b195244f209d67647a58
Custom Separator for Data Manipulation
The Data Manipulation default separator is a space. You can change this to a custom separator…
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.
MST Case Container Initiate Case
* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…
Untitled Snippet
LiceLicense key NB43HKACOWMY7PCUB se key
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';…