Helper functions to make generating WordPress post type labels and taxonomy labels easier

Generate post type and taxonomy labels easily by specifying the singular and plural version of the…

Forum

JS code for question and answer page

Increase the Number of Posts Imported Per Batch from Yoast SEO Plugin

This filter can be used to increase the default number of posts imported per batch from…

<10

Google Ads

Google Ads

Dawn Ireland
<10

Order WPCode snippets by title in the admin

Make the default order of WPCode snippets in the admin by title ascending.

<10

Add Currency

Add a new currency (the example here is Armenian Dram currency (AMD) ).

Disable emails on free purchases

If the purchase was for a free product, don't send any emails.

user menu for logged in and logged out users

function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…

WP Simple Pay: Use Custom Field Value as Stripe Payment Description

Use the value of a custom field as the description for the Stripe payment record.

Disable email reports

This filter can be used to disable email reports.

<10

Change Donor Name Display

Change the donors widget so only the first name and last name initial of the donor…

Remove Customer Role From Excluded Roles

This filter can be used to remove the customer role from the excluded roles

<10
1 38 39 40 41 42 156