Style ALL Placeholder Text on Your Website

::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…

Search and replace text strings

This snippet searches for 'old' text and replaces it with the new text. This way you…

Changing Sublabels for the Email Field

This snippet is used to update the default labels for the Email field when it includes…

<10

Custom Style Icons for Rating field

This snippet will customize your rating icons in the Rating field

<10

Publishing email

Emails the author when their download is published.

Move User Fields Below Account Creation

Move the user fields below the "create an account" fields

Content Restriction Compatibility for Software Licensing

Make the edd_restrict shortcode check if a license is expired before displaying content.

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

Use Billing Address in Order Exports

By default the export order feature for the vendor dashboard users the customers shipping address. This…

Remove Gutenberg CSS

//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…

<10
1 60 61 62 63 64 76