<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

namespace WPForms\Integrations\Square\Admin;

use WPForms\Integrations\Square\Helpers;

/**
 * Square admin entries.
 *
 * @since 1.9.5
 */
class Entries {

	/**
	 * Init the class.
	 *
	 * @since 1.9.5
	 */
	public function init() {

		$this->hooks();

		return $this;
	}

	/**
	 * Entries hooks.
	 *
	 * @since 1.9.5
	 */
	private function hooks() {

		add_filter( 'wpforms_has_payment_gateway', [ $this, 'has_payment_gateway' ], 10, 2 );
	}
