関数
Checkout::setToErrorPage()
$usces->page to ‘error’ and adds redirect action戻り値 戻り値
ファイル: src/Checkout.php
public function setToErrorPage() {
global $usces;
$usces->page = 'error';
add_filter('yoast-ga-push-after-pageview', 'usces_trackPageview_error');
add_action('the_post', [$usces, 'action_cartFilter']);
add_action('template_redirect', [$usces, 'template_redirect']);
}