Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
Use this filter to disable the confirmation action added by default when a new form is created.
Usage
add_filter( 'frm_create_default_on_submit_action', '__return_false' );
Parameters
- None
Examples
There are currently no examples for this hook.