Limit user posts
A settings page to set the number of posts all users can create
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
Auto convert photos to WEBP (jpg, png)
/** * Konwertuj przesłane obrazy na format WebP * * Ten fragment kodu automatycznie konwertuje przesłane…
Replace WordPress Logo on Login Page
Use your custom logo on the default login page, don't forget to edit the snippet...
Book Review
Used to list book review recommendations
Disable Donations After Goal Is Reached
Disables donations to campaigns after they have reached their goal.
Remove Manage Sites
Removes the Manage Sites column from the licenses table on the customer purchase history page
Main Page
Star system Main Page.
Change Section Headers
Change the section headers in the donation form.
Remove Section
Remove entire sections from a profile form.
Exclude downloads from search
Exclude downloads from showing in search results
MemberPress: Add Author Bio Shortcode
Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…