Hooks and Filters Documentation for ComfortJobApp & ComfortJobAppPro
ComfortJobApp Plugin
Action Hooks
comfortjobapp_wpheading_wrap_right_before- Triggered before the settings import/export button is added.
- Example:
comfortjobapp_admin_enqueue_scripts- Triggered to enqueue admin scripts and styles.
- Example:
Filter Hooks
comfortjobapp_settings_fields- Filters the settings fields for the plugin.
- Parameters:
$fields(array): The settings fields.
- Example:
comfortjobapp_form_type- Filters the form types available in the application form builder.
- Parameters:
$types(array): The form types.
- Example:
comfortjobapp_global_<section_id>_fields- Filters the fields for a specific settings section.
- Parameters:
$fields(array): The fields for the section.
- Example:
comfortjobapp_steps- Filters the application steps.
- Parameters:
$steps(array): The application steps.
- Example:
ComfortJobAppPro Plugin
Action Hooks
comfortjobapppro_admin_enqueue_scripts- Triggered to enqueue admin scripts and styles for the Pro plugin.
- Example:
comfortjobapppro_wpheading_wrap_right_before- Triggered before the settings import/export button for the Pro plugin.
- Example:
Filter Hooks
comfortjobapppro_settings_fields- Filters the settings fields for the Pro plugin.
- Parameters:
$fields(array): The settings fields.
- Example:
comfortjobapppro_form_type- Filters the form types available in the Pro application form builder.
- Parameters:
$types(array): The form types.
- Example:
comfortjobapppro_steps- Filters the application steps for the Pro plugin.
- Parameters:
$steps(array): The application steps.
- Example:
This documentation provides an overview of the available hooks and filters in the ComfortJobApp and ComfortJobAppPro plugins. Use these to extend or customize the functionality as needed.
