Inpsyde\MultilingualPress\Module\ModuleManager::is_module_active PHP Метод

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

Checks if the module with the given ID is active.
С версии: 3.0.0
public is_module_active ( string $id ) : boolean
$id string Module ID.
Результат boolean Whether or not the module with the given ID is active.
    public function is_module_active($id);