SimplePie::set_favicon_handler

Advertisement

Deprecated Deprecated

This method has been deprecated. Use your own favicon handling instead

Summery Summery

Set the favicon handler

Syntax Syntax

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

Source Source

File: wp-includes/class-simplepie.php

		}
		elseif ($this->get_type() & SIMPLEPIE_TYPE_RSS_SYNDICATION && $this->get_image_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'url'))
		{
			return 31.0;
		}

Advertisement

Advertisement

Leave a Reply