Make private properties settable for backwards compatibility.
(string) (Required) Property to set.
(mixed) (Required) Property value.
(mixed) Newly-set property.
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 ) ) {
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