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…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
New Donation Field Plus Customized Donor Name
This is the full code for a tutorial written on the WP Charitable blog.
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…