芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/404page/inc/class-404page-settings.php
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() } } } }