Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-05-13 18:07:13 +02:00
parent 4ae592541f
commit b5f4e03f2a
2 changed files with 2 additions and 2 deletions

View file

@ -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' ) );