Skip to content

Instantly share code, notes, and snippets.

@fervous
Created January 3, 2017 00:29
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 fervous/51c83cb93a96e7f38fc13eff47082c50 to your computer and use it in GitHub Desktop.
Save fervous/51c83cb93a96e7f38fc13eff47082c50 to your computer and use it in GitHub Desktop.
limit output in store description store header wc vendors pro
/* change approx line 112 in the store-header.php template to this. */
<p><?php echo substr($vendor_meta['pv_shop_description'], 0,100). "..."; ?></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment