mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs
This commit is contained in:
parent
4ae592541f
commit
b5f4e03f2a
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ class CartCheckoutDetector {
|
|||
* @return bool
|
||||
*/
|
||||
public static function has_elementor_checkout(): bool {
|
||||
// Check if Elementor is installed and activated
|
||||
// Check if Elementor is installed and activated.
|
||||
if ( did_action( 'elementor/loaded' ) ) {
|
||||
$elementor_widgets = self::get_elementor_widgets( wc_get_page_id( 'checkout' ) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue