Search results for: admin
Untitled Snippet
wp_enqueue_style( 'style', get_stylesheet_uri() ); .wp-block-latest-comments__comment-date { color: var(--wp--preset--color--primary); font-size: var(--wp--preset--font-size--small); } function myfirsttheme_setup() { /* *…
Blog filter
Add a filter for blogs
Change Text For Minimum Donation Message
This allows you to change text for the display of the minimum donation on a donation…
Do On Complete
Execute code whenever an EDD purchase is complete.
file:///Users/severenhenderson/Downloads/pinterest-b4939.html
Add a video field to the sign-up form
// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…
WP Simple Pay: Translate Stripe Error Messages
For more information about the available error codes and messages visit: https://stripe.com/docs/error-codes
Add Shortcodes to the List of Conflicting Shortcodes
Add shortcodes to the list of conflicting shortcodes
Microsoft Web Master Tool
Microsoft Wen Master tool snippet
Google Adsense In-Article
Google AdSense In-Article snippet
Google Ads
Google Ads
Remove HealthAndBeautyBusiness Schema
This snippet removes HealthAndBeautyBusiness Schema
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…