Get excerpt content vs text only
-
So I’m using the pro version. For each product slider, they have a checkbox for getting the excerpt but only the text and not the content.
I see the code for that basic view and it is below:
if($wa_wps_query_posts_display_excerpt==’1′) {
$slider_gallery.= ‘<div style=”color:’.$wa_wps_query_font_colour.’;” class=”wa_wps_foo_con” id=”wa_wpsjj_foo_con’.$id.'”>’.$this->wa_wps_clean($text_type, $word_imit).'</div>’;
}
How would I change this piece “.$this->wa_wps_clean($text_type, $word_imit)” so that it displays whatever is in the content (including html) vs just text only?
https://www.ads-software.com/plugins/woocommerce-product-slider/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get excerpt content vs text only’ is closed to new replies.