Search results for: admin

Search Filter by Genre and Artist

This will only work if genre and artist are registered as taxonomies in your theme or…

Enqueue Child Theme's CSS & Additional CSS in WordPress Editor

/* Enqueue Child Theme style.css to editor */ add_filter('block_editor_settings_all', function($editor_settings) { // Get the URL of…

Add Campaign Creator Name Donation Export

In this example, the campaign creator's name is added to the Donations export, so it's easy…

Add Field To Set Custom Page As Donation Page

Create a new campaign field allowing to select the page where donations are made.

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…

1 18 19 20 21 22 134