🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:24:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Jobs
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Jobs
🔄 Refresh
✏️
Editing: StartOnHookInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Jobs; defined( 'ABSPATH' ) || exit; /** * Interface StartOnHookInterface * * Action Scheduler jobs that implement this interface will start on a specific action hook. * * @package Automattic\WooCommerce\GoogleListingsAndAds\Jobs */ interface StartOnHookInterface extends ActionSchedulerJobInterface { /** * Get an action hook to attach the job's start method to. * * @return StartHook */ public function get_start_hook(): StartHook; }
💾 Save Changes
❌ Cancel