🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:22:29 | 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: RecurringJobInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Jobs; defined( 'ABSPATH' ) || exit; /** * Interface RecurringJobInterface * * @package Automattic\WooCommerce\GoogleListingsAndAds\Jobs */ interface RecurringJobInterface extends StartOnHookInterface { /** * Return the recurring job's interval in seconds. * * @return int */ public function get_interval(): int; }
💾 Save Changes
❌ Cancel