Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_spaces_regexp

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
5825            * This string is substituted for the \s sequence as needed in regular
5826            * expressions. For websites not written in English, different characters
5827            * may represent whitespace. For websites not encoded in UTF-8, the 0xC2 0xA0
5828            * sequence may not be in use.
5829            *
5830            * @since 4.0.0
5831            *
5832            * @param string $spaces Regexp pattern for matching common whitespace characters.
5833            */
5834           $spaces = apply_filters( 'wp_spaces_regexp', '[\r\n\t ]|\xC2\xA0| ' );
5835      }
5836
5837      return $spaces;
5838 }
5839
5840 /**
5841  * Prints the important emoji-related styles.
5842  *
5843  * @since 4.2.0