RSSCache::debug

Advertisement

Syntax Syntax

RSSCache::debug( $debugmsg,  $lvl = E_USER_NOTICE )

Source Source

File: wp-includes/rss.php

if ( !function_exists('parse_w3cdtf') ) :
function parse_w3cdtf ( $date_str ) {

	# regex to match wc3dtf
	$pat = "/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2})(:(\d{2}))?(?:([-+])(\d{2}):?(\d{2})|(Z))?/";

Advertisement

Advertisement

Leave a Reply