PHP Интерфейс Inpsyde\MultilingualPress\Common\PluginProperties

С версии: 3.0.0
Наследование: extends ArrayAcces\ArrayAccess
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
plugin_base_name ( ) : string Returns the base name of the plugin.
plugin_dir_path ( ) : string Returns the absolute path of the plugin root folder.
plugin_dir_url ( ) : string Returns the URL of the plugin root folder.
plugin_file_path ( ) : string Returns the absolute path of main plugin file.
plugin_name ( ) : string Returns the plugin name as given in the plugin headers.
plugin_website ( ) : string Returns the URL of the plugin website.
text_domain ( ) : string Returns the plugin text domain.
text_domain_path ( ) : string Returns the absolute path of the folder with the plugin translation files.
version ( ) : string Returns the plugin version.

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

plugin_base_name() публичный метод

Returns the base name of the plugin.
С версии: 3.0.0
public plugin_base_name ( ) : string
Результат string The base name of the plugin.

plugin_dir_path() публичный метод

Returns the absolute path of the plugin root folder.
С версии: 3.0.0
public plugin_dir_path ( ) : string
Результат string The absolute path of the plugin root folder.

plugin_dir_url() публичный метод

Returns the URL of the plugin root folder.
С версии: 3.0.0
public plugin_dir_url ( ) : string
Результат string The URL of the plugin root folder.

plugin_file_path() публичный метод

Returns the absolute path of main plugin file.
С версии: 3.0.0
public plugin_file_path ( ) : string
Результат string The absolute path of main plugin file.

plugin_name() публичный метод

Returns the plugin name as given in the plugin headers.
С версии: 3.0.0
public plugin_name ( ) : string
Результат string The plugin name.

plugin_website() публичный метод

Returns the URL of the plugin website.
С версии: 3.0.0
public plugin_website ( ) : string
Результат string The URL of the plugin website

text_domain() публичный метод

Returns the plugin text domain.
С версии: 3.0.0
public text_domain ( ) : string
Результат string The plugin text domain.

text_domain_path() публичный метод

Returns the absolute path of the folder with the plugin translation files.
С версии: 3.0.0
public text_domain_path ( ) : string
Результат string The absolute path of the folder with the plugin translation files.

version() публичный метод

Returns the plugin version.
С версии: 3.0.0
public version ( ) : string
Результат string The plugin version.