PHP Class rt_plugin_info, rtMedia

Show file Open project: rtCamp/rtMedia

Public Properties

Property Type Description
$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.

Public Methods

Method Description
__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.

Method Details

__construct() public method

__construct.
public __construct ( $path = null )

get_plugin_data() public method

get_plugin_data.
public get_plugin_data ( ) : array
return array

set_current_plugin_path() public method

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

set_plugin_data() public method

set_plugin_data.
public set_plugin_data ( )

Property Details

$authoruri public property

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

$authro public property

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

$desctipriton public property

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

$domain_path public property

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

$name public property

public $name

$network public property

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

$plugin_data public property

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

$plugin_path public property

put your code here
public $plugin_path

$pluginuri public property

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

$textdomain public property

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

$title public property

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

$version public property

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