MCP Actions
Articles
gform_abilities_init
The gform_abilities_init action fires after all core Gravity Forms abilities are registered. It is a safe moment for add-ons or site code to register their own via wp_register_ability().
gform_ability_permission_denied
The gform_ability_permission_denied action fires when a call is blocked due to a failed permission check, the connecting user lacks the required capability, the tool is disabled in settings, or submissions are blocked.
gform_before_execute_ability
The gform_before_execute_ability action fires just before a tool runs (permission check already passed) which can’t block or change anything.
gform_after_execute_ability
The gform_after_execute_ability action fires after a tool ran, for both successes and errors.