Download Archive Purchase Buttons

Output purchase button below the full content on download archive pages.

Apollo Website Tracking

function add_apollo_tracker() { ?>

Eileen Riccardo
<10

WWOF - Hide the "In Stock Amount" column for non-wholesale customers

To hide a different column, swap the "elementClass" in line 29. All available element classes in…

Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Alert Admin When a Plugin Is Activated

Receive an email notification whenever a plugin is activated in WordPress. Useful for security monitoring, multi-admin…

Custom Field to Vendor Settings Page

/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…

Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

On Scroll Elementor show/hide element

Note: You need to set the id for the button or element to "#scrolling-button".

JP_Wp_Snippets

All different snippets I have been using

Untitled Snippet

wordpress $ cd wp-content wp-content $ cd plugins plugins $ mkdir plugin-name plugins $ cd plugin-name…

1 84 85 86 87 88 224