??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/mayshine.co.uk/wp-content/plugins/wpforms-lite/src/Integrations/Square/Tasks.php
⬅ Kembali
<?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;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 Admin
dir
—
2026-06-23 08:04
📁 Api
dir
—
2026-06-23 08:04
📁 Fields
dir
—
2026-06-23 08:04
📁 Integrations
dir
—
2026-06-23 08:04
📄 .htaccess
htaccess
237 B
2026-06-23 08:04
🐘 AddonCompatibility.php
php
1.4 KB
2025-04-24 14:53
🐘 Connection.php
php
10.1 KB
2025-04-24 14:53
🐘 CurlCompatibility.php
php
1.1 KB
2025-04-24 14:53
🐘 Frontend.php
php
4.7 KB
2025-04-24 14:53
🐘 Helpers.php
php
11.8 KB
2025-04-24 14:53
🐘 Process.php
php
31.2 KB
2026-01-29 20:00
🐘 Square.php
php
5.1 KB
2026-06-03 16:18
🐘 Tasks.php
php
710 B
2025-04-24 14:53
🐘 WebhooksHealthCheck.php
php
5.1 KB
2025-04-24 14:53