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);