PHP Класс rt_plugin_info, rtMedia

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$authoruri 'Author' - The author's name
$authro 'Description' - Description of what the plugin does and/or notes from the author.
$desctipriton 'Title' - Title of the plugin and the link to the plugin's web site.
$domain_path 'TextDomain' - Plugin's text domain for localization.
$name
$network 'DomainPath' - Plugin's relative directory path to .mo files.
$plugin_data 'Network' - Boolean. Whether the plugin can only be activated network wide.
$plugin_path put your code here
$pluginuri 'Version' - The plugin version number.
$textdomain 'PluginURI' - Plugin web site address.
$title 'Name' - Name of the plugin, must be unique.
$version 'AuthorURI' - The authors web site address.

Открытые методы

Метод Описание
__construct ( $path = null ) __construct.
get_plugin_data ( ) : array get_plugin_data.
set_current_plugin_path ( string $path ) set_current_plugin_path.
set_plugin_data ( ) set_plugin_data.

Описание методов

__construct() публичный Метод

__construct.
public __construct ( $path = null )

get_plugin_data() публичный Метод

get_plugin_data.
public get_plugin_data ( ) : array
Результат array

set_current_plugin_path() публичный Метод

set_current_plugin_path.
public set_current_plugin_path ( string $path )
$path string

set_plugin_data() публичный Метод

set_plugin_data.
public set_plugin_data ( )

Описание свойств

$authoruri публичное свойство

'Author' - The author's name
public $authoruri

$authro публичное свойство

'Description' - Description of what the plugin does and/or notes from the author.
public $authro

$desctipriton публичное свойство

'Title' - Title of the plugin and the link to the plugin's web site.
public $desctipriton

$domain_path публичное свойство

'TextDomain' - Plugin's text domain for localization.
public $domain_path

$name публичное свойство

public $name

$network публичное свойство

'DomainPath' - Plugin's relative directory path to .mo files.
public $network

$plugin_data публичное свойство

'Network' - Boolean. Whether the plugin can only be activated network wide.
public $plugin_data

$plugin_path публичное свойство

put your code here
public $plugin_path

$pluginuri публичное свойство

'Version' - The plugin version number.
public $pluginuri

$textdomain публичное свойство

'PluginURI' - Plugin web site address.
public $textdomain

$title публичное свойство

'Name' - Name of the plugin, must be unique.
public $title

$version публичное свойство

'AuthorURI' - The authors web site address.
public $version