芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/anarchy.ycreate.jp/wp-content/plugins/seo-simple-pack/class/__branch.php
is_home(), 'front' => is_front_page(), 'single' => is_single(), 'page' => is_page(), 'singular' => is_singular(), 'category' => is_category(), 'tag' => is_tag(), 'tax' => is_tax(), 'attachment' => is_attachment(), 'archive' => is_archive(), 'pt_archive' => is_post_type_archive(), 'author' => is_author(), 'date' => is_date(), 'year' => is_year(), 'month' => is_month(), 'day' => is_day(), 'search' => is_search(), '404' => is_404(), ]; if ( is_front_page() ) { self::$is_['top'] = true; } elseif ( is_home() ) { if ( get_queried_object_id() === 0 ) { self::$is_['top'] = true; } else { self::$is_['top'] = false; } } else { self::$is_['top'] = false; } } }