W3cubDocs

/WordPress

WP_MatchesMapRegex::__set( string $name, mixed $value )

Make private properties settable for backwards compatibility.

Parameters

$name

(string) (Required) Property to set.

$value

(mixed) (Required) Property value.

Return

(mixed) Newly-set property.

Source

File: wp-includes/class-wp.php

if ( $post && ! empty( $this->query_vars['page'] ) ) {
					// Check if content is actually intended to be paged.
					if ( false !== strpos( $post->post_content, $next ) ) {

Changelog

Version Description
4.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_matchesmapregex/__set