PluginProbe
استایل مدیریت وردپرس / trunk
استایل مدیریت وردپرس vtrunk
7.4.15 7.4.14 trunk 7.4.10 7.4.11 7.4.12 7.4.13 7.4.8 7.4.9
wp-administration-style / wp-administration-style.php

wp-administration-style.php in استایل مدیریت وردپرس trunk, at wp-administration-style.php

33 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace Wp_Administration_Style;
3
4 defined('ABSPATH') or die();
5
6 /**
7 * Plugin Name: استایل �
8 دیریت وردپرس
9 * Description: زیباسازی داشبورد �
10 دیریت وردپرس به ه�
11 راه فونت فارسی وزیر�
12 تن برای خوانایی بهتر، سازگار با گوتنبرگ و ویرایشگر کلاسیک، حذف تبلیغات ال�
13 نتور.
14 * Version: 7.4.16
15 * Tested up to: 7.0
16 * Requires at least: 5.0
17 * Requires PHP: 7.4
18 * Author: بابک فرخوپاک
19 * Author URI: https://babakfp.ir
20 * License: GPLv3 or later
21 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
22 * Tags: Farsi, فونت, فارسی, داشبورد, پیشخوان
23 * Text Domain: wp-administration-style
24 */
25
26 define('WP_ADMINISTRATION_STYLE', [
27 'VERSION' => '7.4.16',
28 'PATH' => plugin_dir_path(__FILE__),
29 'URL' => plugin_dir_url(__FILE__),
30 ]);
31
32 require_once WP_ADMINISTRATION_STYLE['PATH'] . 'includes/core.php';
33