SimplePie::strip_comments()publicWP 1.0

Method of the class: SimplePie{}

No Hooks.

Return

null. Nothing (null).

Usage

$SimplePie = new SimplePie();
$SimplePie->strip_comments( $strip );
$strip **
-
Default: false

SimplePie::strip_comments() code WP 6.5.2

public function strip_comments($strip = false)
{
	$this->sanitize->strip_comments($strip);
}