array $matches preg_replace regexp matches
* @return string
*/
function callback($matches) {
$index = intval(substr($matches[0], 9, -1));
return ( isset( $this->_matches[$index] ) ? urlencode($this->_matches[$index]) : '' );
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home/pphotob9/public_html/wp-includes/class-wp.php:615) in /home/pphotob9/public_html/wp-includes/functions.php on line 2540