Gravity Forms: Add Custom CSS Buttons to GravityWP CSS Ready Classes Plugin
Add custom CSS: quick buttons and accordion at the top of the GravityWP - CSS Selector…
Mapping WPForms Checkbox Values to ACF Checkbox Fields
This snippet uses the wpforms_post_submissions_process action hook to dynamically map WPForms checkbox submissions to ACF checkbox…
Lazy load YouTube videos in WordPress with Shortcode
Lazy load YouTube videos in WordPress with Shortcode
Change Jump links to buttons
Make the "jump to recipe" and "print recipe" links look like buttons at the top of…
Download Column Thumbnail
Render a new post column featuring the download thumbnail.
Add User to RCP Subscription on Purchase
Add customer to an RCP subscription level when they purchase a specific product.
mobile sticky menu chatgpt html
Home Shop Cart Account
Explicit Fixed Width and Height
add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…
Change rating tooltip colors
Use this CSS to change the default colors for the rating tooltip.
Untitled Snippet
Last updated date
Allow Other WordPress Roles to Manage Email Logs
This snippet will allow you to manage the capabilities of roles allowed to manage the site's…
Hide All Admin Notices in Sidebar
Hides all admin notices in a collapsible sidebar. AI generated code. Use with caution.