Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created February 25, 2019 20:01
Show Gist options
  • Select an option

  • Save patrickposner/b3ee2aa0bb612fe71b0dfbf514824515 to your computer and use it in GitHub Desktop.

Select an option

Save patrickposner/b3ee2aa0bb612fe71b0dfbf514824515 to your computer and use it in GitHub Desktop.
add_filter( 'wcc_hide_notice', 'my_special_notice' );
function my_special_notice() {
$notice = 'My special notice';
return $notice;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment