SimplePie::remove_div()publicWP 1.0

Method of the class: SimplePie{}

No Hooks.

Return

null. Nothing (null).

Usage

$SimplePie = new SimplePie();
$SimplePie->remove_div( $enable );
$enable **
-
Default: true

SimplePie::remove_div() code WP 6.5.2

public function remove_div($enable = true)
{
	$this->sanitize->remove_div($enable);
}