Search results for: admin
Remove Default jQuery
// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…
Change Number of Downloads in Bundle Select
When editing a bundle, the select field for choosing the downloads to include only displays a…
Increase the Number of Posts Imported Per Batch from SEOPress Plugin
This filter can be used to increase the default number of posts imported per batch from…
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.
Defining Google Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Increase the Number of Posts Imported Per Batch from Rank Math Plugin
This filter can be used to increase the default number of posts imported per batch from…
Apply discount on the cheapest item in WooCommerce
Apply discount on the cheapest item in WooCommerce
Enable Block Editor For Campaigns
Code that will modify the way the Campaign post type is set up to so that…
Add user registration date
/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…
Defining Amazon SES Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Disable a Payment Gateway for a country on WooCommerce Checkout Page
Disable a Payment Gateway for a country on WooCommerce Checkout Page
Add Post Parent Field
Register a Post Parent field for campaigns.
Defining SendGrid Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…