Skip to content

Instantly share code, notes, and snippets.

@goranefbl
Created March 28, 2022 22:18
Show Gist options
  • Select an option

  • Save goranefbl/3ddb51f6861fa7468e23451ca58b2605 to your computer and use it in GitHub Desktop.

Select an option

Save goranefbl/3ddb51f6861fa7468e23451ca58b2605 to your computer and use it in GitHub Desktop.
<?php
function change_msg() { return 'some text'; }
add_filter( 'gens_raf_coupon_removal_message', 'change_msg' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment