PluginProbe
پارسی دیت – Parsi Date / 6.3
پارسی دیت – Parsi Date v6.3
6.3 6.2.1 6.2 6.1 5.1.6 5.1.7 5.1.8 5.1.8.2 6.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.0.0-alpha 2.1 2.1.1 2.1.2 2.1.3 2.1.5 All 49 releases
wp-parsidate / inc / Admin / Admin.php
Admin.php
21 lines 356 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace WPParsidate\Admin;
4
5 defined( 'ABSPATH' ) || exit;
6
7 class Admin {
8 public function __construct() {
9 new AdminAssets();
10 new AdminSettings();
11 new AdminPages();
12
13 new AdminDashboard();
14 new AdminCore();
15 new AdminConvert();
16 new AdminTools();
17 new AdminIntegration();
18 new AdminAbout();
19 }
20 }
21