関数
CartPage::startMobileBuffer()
There is no filter for modifying the quantity update button for WCEX Mobile themes so we are forced to preg_replace
buffered output of the cart page
There is no filter for modifying the quantity update button for WCEX Mobile themes so we are forced to preg_replace
buffered output of the cart page
ファイル: src/Views/CartPage/CartPage.php
public function startMobileBuffer() { if (!self::isMobileTheme()) { return; } ob_start(); }
使用するアイテム #使用するアイテム | 説明 |
---|---|
src/Views/CartPage/CartPage.php: CartPage::isMobileTheme() | WCEX Mobileが有効でモバイル用テーマが使用されていたら |