Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Buy Now

...

Amilee Selfridge
<10

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

featured-images-rss-feed

function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…

MARK BOGDANOVIC (COSMO MEDIA D.O.O., UL.POHORSKEGA BATALJONA 57,LJUBLJANA,SLOVENIJA SI19178808
<10

Change Add Product button URL

Change Add Product button URL

Hotfix: Remove Stripe Statement Descriptor

In EDD 3.2.8, Easy Digital Downloads changed how Statement Descriptors are used with Stripe Payments to…

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

Disable WP Texturize

// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );

<10

Untitled Snippet

Haingo Rakotomalala
<10
1 60 61 62 63 64 113