Skip to content

Instantly share code, notes, and snippets.

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 10horizons/fc280468360fc33c3a03f367a7c8444a to your computer and use it in GitHub Desktop.
Save 10horizons/fc280468360fc33c3a03f367a7c8444a to your computer and use it in GitHub Desktop.
<?php
function my_custom_subheading () {
echo '<p><span style="font-size: small; font-weight: bold; background: orange; color: #fff; text-align: center;">Stock is limited. Order now before they\'re all gone!</span></p>';
}
add_action( 'thp_mult_radio_template_before_radiobox', 'my_custom_subheading' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment