Search results for: admin
Enable Block Editor For Campaigns
Code that will modify the way the Campaign post type is set up to so that…
Add Post Parent Field
Register a Post Parent field for campaigns.
Bulk Update Campaign End Dates
Bulk-update the end date for all campaigns.
MemberPress: Remove MemberPress Weekly Stats Widget from WordPress Dashboard
This code snippet removes the MemberPress Weekly Stats widget from the WordPress admin dashboard. This can…
MemberPress: Exclude Protected Posts From the Main Query
This code snippet modifies the main WordPress query to exclude all posts related to the specified…
MemberPress: Unenrolled Course Shortcode
The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…
Add Checkbox Field To Donation Form
Collect a checkbox field in the donation form.
Send Donation Notification For Pending Offline Donations
Sends a notification to admin if the donation is pending AND it was made in offline…
Add Accept Terms Field
Add a Terms and Conditions donation field, showing whether the donor accepted terms and conditions when…
woo orders page Whatsapp DM from mac app
// Modify the columns and ensure WhatsApp column appears last function add_whatsapp_column($columns) { // Remove WhatsApp…
MemberPress: Allow Importing Coupons Associated With Affiliates (Easy Affiliate)
This code snippet is used to add the additional importing option for Easy Affiliate data. The…
How To Allow Shop Manager to Manage Feeds?
#-- Allow Shop Manager to Access Product Feed Menus --# function allow_feed_menus_to_shop_manager( $capability ) { if…
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
Paypalcheckout- Avanzato
Advanced checkout
Add a Blue Dot Indicator for Containers/Widgets that have Custom CSS in the Elementor Navigator
You've probably been in this situation: you open an Elementor project and need to review or…