Search results for: admin
Add a custom field to the checkout screen
Allows one to add a custom field to the checkout screen
Override Commissions Email Template
Modify the email template sent for commissions
Change Checks to Wire Transfer
Changes the word "Checks" to "Wire Transfer".
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Disable Product delete for published products only
/** * This will disable delete only for published products, leaving drafts to be able to…
Disable WooCommerce widgets on vendor store pages
/** * Remove widgets from the vendor store and single product pages conditionally. * * You…
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
WP Simple Pay: Create WordPress User After Payment
Creates a new WordPress user when a subscription is started or a one-time payment is made.
Allow Templatera Templates to be used for Dynamic Templates
In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…
Filter the message generated for admin confirmation | Quick Event Manager
add_filter('qem_registration_email_message',,,3); This filters allows you to adjust the confirmation email to the admin / organiser (…
Show link assistant suggestions
This snippet fixes a conflict of a custom theme with the default WordPress class called 'fixed'.…
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 =…
Remove image link from media uploads
Older versions of WordPress automatically linked the image to the media file.
Add A Default Campaign Custom Amount
Return a "default" amount if there isn't one isn't set in the session. Read all notes…