Inpsyde\MultilingualPress\Module\ModuleManager::unregister_module PHP 메소드

unregister_module() 공개 메소드

Unregisters the module with the given.
부터: 3.0.0
public unregister_module ( string $id ) : Module[]
$id string Module ID.
리턴 Module[] Array of all registered module objects.
    public function unregister_module($id);