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…

Alert Admin When a Plugin Is Activated

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

Untitled Snippet

Jean Cress-Black
<10

Bulk Change Custom Order Status wpadmin

add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…

Add file to media library programmatically

wp_insert_attachment( string|array $args, string|false $file = false, int $parent_post_id, bool $wp_error = false, bool $fire_after_hooks =…

Untitled Snippet

https://github.com/dontcrash/NRD.git

Emails via two different Postmark streams based on the email subject

WP Mail SMTP plugin does not directly support selecting a specific Postmark message stream based on…

MemberPress: Extend Grace Period for Renewals

Adding this code will extend the grace period for renewals (default is 0). Change the number…

1 90 91 92 93 94 226