gform.hooks

Introduction

The gform.hooks object is a global JavaScript utility for registering and managing client-side actions and filters.

Structure of gform.hooks

PropertyTypeDescription
actionobjectInternal store of registered JavaScript action hooks. Managed via addAction() and removeAction().
filterobjectInternal store of registered JavaScript filter hooks. Managed via addFilter() and removeFilter().