🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 TasksController.php

📁 Path: ./wp-content/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks/TasksController.php
📊 Size: 552 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

namespace Automattic\WooCommerce\Blocks\Domain\Services\OnboardingTasks;

use Automattic\WooCommerce\Blocks\Domain\Services\OnboardingTasks\ReviewCheckoutTask;
use Automattic\WooCommerce\Admin\Features\OnboardingTasks\TaskLists;

/**
 * Onboarding Tasks Controller
 */
class TasksController {

	/**
	 * Init tasks.
	 */
	public function init() {
		add_action( 'init', [ $this, 'register_tasks' ] );
	}

	/**
	 * Register tasks.
	 */
	public function register_tasks() {
		TaskLists::add_task(
			'extended',
			new ReviewCheckoutTask()
		);
	}
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨