Blog filter
Add a filter for blogs
Code for importing theme files from plugin
Generated by Meta.AI /** * Import an entire folder from a plugin into the WordPress theme.…
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
Checkout Cart Thumbnail Size
Adjust the dimensions of the product thumbnails displayed in the checkout cart.
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
Google Tag Manager
Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…
WP Simple Pay: Facebook Payment Conversion Tracking
Execute a script the first and only time a payment confirmation is viewed.
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
User Switching
Easily switch to a Customer when using the User Switching plugin
ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
WP Simple Pay: Programmatically Set Custom Field Default Value
Use metadata as the default value for a payment form's custom field.
Free tiktok views
Get free tiktok views growing
Custom Cart Row
Provides a function which can be modified to add a custom row of HTML to the…
WP Simple Pay: Custom Smart Tag
Register a custom Smart Tag with PHP, and control the output.