About

Amateur hobbyist

16 Snippets
<10 Favourites
<10 Downloads

Add WPCode Custom Field Smart Tag

Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…

<10

Remove the crumb for the ‘uncategorized’ category

This snippet can be used to remove the crumb for the ‘uncategorized’ category

<10

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…

<10

WP Simple Pay: Add Custom Field Data to Customer Metadata

Retrieve the value of a custom field and add it as metadata to the Stripe Customer…

Change the separator symbol on pages

This snippet can be used to change the separator symbol on pages

<10

Add custom CSS in the Admin

Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…

<10

WP Simple Pay: Create WordPress User After Payment (Lite)

Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.

Move WPCode Status Column

This snippet makes the status column the 2nd column in the admin list of snippets.

<10

WP Simple Pay: Remove Decimals

Removes trailing decimals on price outputs. Note: Does not affect Stripe Checkout.

Add Image Alt Text automatic

function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…

WP Simple Pay: Create WordPress User After Payment

Creates a new WordPress user when a subscription is started or a one-time payment is made.

Show Discount Field

Makes the discount field on checkout show by default.

1 5 6 7 8 9