Store Description on the coupon page
I need to add the relevant store description to the coupon page. Can someone advise on the PHP needed that I need to add to theme files to bring in the store description?
For example <?php echo appthemes_get_custom_taxonomy($post->ID, APP_TAX_STORE, 'name'); ?> brings in the store name. I need the store description.
Thank you.