PHP 8.2.31
Preview: Tasks.php Size: 710 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/src/Integrations/Square/Tasks.php

<?php

namespace WPForms\Integrations\Square;

use WPForms\Tasks\Actions\SquareSubscriptionTransactionIDTask;

/**
 * Register tasks.
 *
 * @since 1.9.5
 */
class Tasks {

	/**
	 * Initialize.
	 *
	 * @since 1.9.5
	 */
	public function init() {

		$this->hooks();
	}

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

		add_filter( 'wpforms_tasks_get_tasks', [ $this, 'register' ] );
	}

	/**
	 * Add class to registered tasks array.
	 *
	 * @since 1.9.5
	 *
	 * @param array $tasks Array of tasks.
	 *
	 * @return array
	 */
	public function register( $tasks ): array {

		$tasks = (array) $tasks;

		$tasks[] = SquareSubscriptionTransactionIDTask::class;

		return $tasks;
	}
}

Directory Contents

Dirs: 4 × Files: 9

Name Size Perms Modified Actions
Admin DIR
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
Api DIR
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
Fields DIR
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
1.36 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download
10.11 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download
1.11 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download
4.71 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download
11.82 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download
31.20 KB lrw-r--r-- 2026-01-29 20:00:56
Edit Download
5.15 KB lrw-r--r-- 2026-06-03 16:18:22
Edit Download
710 B lrw-r--r-- 2025-04-24 14:53:30
Edit Download
5.14 KB lrw-r--r-- 2025-04-24 14:53:30
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).