1.0 で消す */ public static function get_parts( $path = '', $args = null ) { self::get_part( $path, $args ); } public static function the_parts_content( $path = '', $include_path = '', $args = null ) { self::the_part_content( $path, $include_path, $args ); } }