🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:58:15 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
widgets
/
milestone
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/modules/widgets/milestone
🔄 Refresh
✏️
Editing: milestone.php
Writable
<?php /** * Milestone Widget Loader. * * @package automattic/jetpack */ /** * The widget class. */ require_once __DIR__ . '/class-milestone-widget.php'; /** * Registers the widget for use! */ function jetpack_register_widget_milestone() { register_widget( 'Milestone_Widget' ); } add_action( 'widgets_init', 'jetpack_register_widget_milestone' );
💾 Save Changes
❌ Cancel