Add WPCode Permalink Smart Tag

Add a custom smart tag for WPCode to output the value of the current page permalink.

<10

Login Form Styling

Custom styling for login forms

Remove Free Text

Remove the word "free" from free products

Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

Format USD Currency

Displays $ as USD This will make $10 be displayed as 10 USD To set this…

Limit Cart to One Item

Prevents customers from ever purchasing more than a single item at once

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10

Change "City" To Town/City

Change the label of the"City" field into a "Town/City" field.

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10
1 43 44 45 46 47 125