Error when using the strip HTML filter
-
Hi there – I am using the strip HTML filter but when generating the feed, the plugin will return an error after “processing” a while.
We are using the following code and version 1.13.1:
function strip_tags_from_short_description( $attributes, $feed_id, $product_id ) { $attributes['description'] = strip_tags( $attributes['description'] ); return $attributes; } add_filter( 'wppfm_feed_item_value', 'strip_tags_from_short_description' );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Error when using the strip HTML filter’ is closed to new replies.