Disable Tasty Pins on the homepage and the blog page

This snippet will disable the Tasty Pins on the homepage and the blog page

<10

WPcode

WPcode

Irina Pasechnik
<10

Prevent AIOSEO From Rewriting Term Title

This snippet can be used to prevent AIOSEO from rewriting term titles.

<10

Change Campaign Finished Notice

Change the notice shown for campaigns when they are finished.

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

Add an image filed to the sign up form

// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…

Disable sold by link on checkout page

/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…

custom footer chatgpt css

/* Style the footer container */ #custom-footer { background-color: #fff; /* White background */ padding: 1px;…

Untitled Snippet

Remya Achipra
<10

Remove Google Fonts

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

<10
1 88 89 90 91 92 150