Inpsyde\MultilingualPress\Module\ModuleManager::is_module_active PHP Méthode

is_module_active() public méthode

Checks if the module with the given ID is active.
Since: 3.0.0
public is_module_active ( string $id ) : boolean
$id string Module ID.
Résultat boolean Whether or not the module with the given ID is active.
    public function is_module_active($id);