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 KoolPal/f708835c83a1f374ef8d78a590004304 to your computer and use it in GitHub Desktop.
Save KoolPal/f708835c83a1f374ef8d78a590004304 to your computer and use it in GitHub Desktop.
<?php
// display text after flatsome cart sidebar
function display_text_after_flatsome_cart_sidebar()
{
echo '<b style="color:red; font-size:20px;">Limited time offer</b>';
}
add_action('flatsome_cart_sidebar', 'display_text_after_flatsome_cart_sidebar');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment