Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
Combine and Minify CSS
Combine and Minify CSS
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
Show current day, month, year in various formats
Return the current date and parts of current date in various formats
Remove Specific Post Type From Public Post Type List
This filter can be used to remove the movie post type from the public post type…
Remove Customer Role From Excluded Roles
This filter can be used to remove the customer role from the excluded roles
Keep me Logged In
Changes your Cookie expiration to one year so you don't have to keep logging so often.
Remove "Login with GoDaddy" from GoDaddy Managed WordPress
When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…
Button - Add to cart to Buy Now
add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…
MemberPress: Add Author Custom Bio Shortcode
Add the [mpcs-author-custom-bio slug="mepr_short_bio"] shortcode to a post, page, or course. The shortcode will display the…
Add Empty Option To Countries List
Add an empty "Select your country"option at the start of the list of countries in the…
Remove Section
Remove entire sections from a profile form.
Remove Campaign Description
Remove the campaign descriptions from the campaign loop (campaign shortcodes).
Set Custom Donation Receipt Page
You can set a custom donation receipt page, including a page that is not on your…