editor->is_edit_mode()) { return; } // Check if we're editing a Cart template if (class_exists('King_Addons\\Woo_Builder\\Context') && Woo_Context::is_editing_template_type('cart')) { // Don't show notice - we're in the right template type return; } echo '
' . esc_html__('This widget works only on the WooCommerce cart page.', 'king-addons') . '
'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } }