Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Last active September 21, 2021 13:51
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 kimwhite/d298652eb0753c6ef69d65396117e1ef to your computer and use it in GitHub Desktop.
Save kimwhite/d298652eb0753c6ef69d65396117e1ef to your computer and use it in GitHub Desktop.
<?php
$custom_approved_message = '<p>'. esc_html( 'This is my message. '). '<strong>'. esc_html('This text is bold.') .'</strong><br>' . esc_html($membership_level_name . ' level.' ) . '</p>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment