Skip to content

Instantly share code, notes, and snippets.

@rashedripon
Created March 14, 2021 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashedripon/8f5945b46775ef695919349680c1501c to your computer and use it in GitHub Desktop.
Save rashedripon/8f5945b46775ef695919349680c1501c to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: wpdevguides.com must use plugins
Description: code that is used always
Version: 1.0.0
Author: WP Developer Guides
Author URI: wpdevguides.com
*/
add_filter( 'wc_stripe_payment_request_total_label_suffix', '__return_null' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment