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.
Add settings or content on the Global settings page. The name of the tab will be the name of the hook. A few examples include:
- frm_general_settings_form
- frm_messages_settings_form
- frm_permissions_settings_form
- frm_misc_settings_form
Usage
add_action( 'frm_messages_settings_form', 'add_custom_global_messages' ); function add_custom_global_messages( $settings )
Parameters
- $settings (object) - The saved global settings.
Examples
There are currently no examples for this hook.