🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 11:27:42 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
DateTimeProvider
📍 /home/therahul/ramailobhela.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider
🔄 Refresh
✏️
Editing: DateTimeProviderInterface.php
Writable
<?php /** * Interface for a provider for getting the current DateTime, * designed to be mockable for unit tests. */ namespace Automattic\WooCommerce\Admin\DateTimeProvider; defined( 'ABSPATH' ) || exit; /** * DateTime Provider Interface. */ interface DateTimeProviderInterface { /** * Returns the current DateTime. * * @return DateTime */ public function get_now(); }
💾 Save Changes
❌ Cancel