selective_refresh->add_partialのコールバックを集めたクラス */ class Partial { private function __construct() {} /** * ヘッダーロゴ */ public static function head_logo() { $logo = \ARKHE_THEME::head_logo(); return $logo; } /** * パンくず */ public static function breadcrumb() { ob_start(); \ARKHE_THEME::get_parts( 'others/breadcrumb' ); return ob_get_clean(); } }