PHP Класс TitanFrameworkChecker

С версии: 1.6
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( ) Constructor, add hooks for checking for Titan Framework.
display_install_or_active_notice ( ) Checks the existence of Titan Framework and prompts the display of a notice.
plugin_exists ( ) : boolean Checks the existence of Titan Framework in the list of plugins.
tgm_plugin_activation_include ( ) : void Includes Titan Framework in TGM Plugin Activation if it's available.

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

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

Constructor, add hooks for checking for Titan Framework.
С версии: 1.6
public __construct ( )

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

Checks the existence of Titan Framework and prompts the display of a notice.
С версии: 1.6

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

It uses the slug path of the plugin for checking.
С версии: 1.6
public plugin_exists ( ) : boolean
Результат boolean True if Titan Framework is installed (even if not activated).

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

Includes Titan Framework in TGM Plugin Activation if it's available.
См. также: http://tgmpluginactivation.com/
С версии: 1.7.4
public tgm_plugin_activation_include ( ) : void
Результат void