Used By
Used By | Description |
---|---|
wp-includes/class-wp-matchesmapregex.php: WP_MatchesMapRegex::__construct() | constructor |
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
do the actual mapping
(string)
File: wp-includes/class-wp-matchesmapregex.php
private function _map() { $callback = array( $this, 'callback' ); return preg_replace_callback( $this->_pattern, $callback, $this->_subject ); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_matchesmapregex/_map