SimplePie::set_image_handler

Advertisement

Summery Summery

Set the handler to enable the display of cached images.

Syntax Syntax

SimplePie::set_image_handler( str $page = false, str $qs = 'i' )

Parameters Parameters

$page

(Optional) Web-accessible path to the handler_image.php file.

Default value: false

$qs

(Optional) The query string that the value should be passed to.

Default value: 'i'

Source Source

File: wp-includes/class-simplepie.php

			$this->sanitize->encode_instead_of_strip($tags);
		}
	}

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

	public function strip_attributes($attribs = '')
	{

Advertisement

Advertisement

Leave a Reply