get( 'page_id' ) != 0 ) { $page = get_post( $this->get( 'page_id' ) ); if ( !$page || $page->post_status != 'publish' ) { $this->set( 'page_id', -1 ); } } } /** * set the method * * @since 7 * @access public */ public function set_method() { if ( defined( 'ICL_SITEPRESS_VERSION' ) ) { // WPML is active $this->set('method', 'CMP' ); } else { // we dont' need to set this here, because this is set in load() } } } }