Filter: gform_process_template_shortcodes_pre_create_post
Allow shortcode processing of custom field and post title templates to be disabled.
Parameters
| Name | Type | Description |
|---|---|---|
| $process_template_shortcodes | bool | Should the shortcodes be processed? Default is true. |
| $field_type | string | The field type currently being processed. Possible values: post_custom_field, post_content, or post_title. |
| $post_data | array | The post data prepared from the current entry. |
| $form | array | The form currently being processed. |
| $entry | array | The entry currently being processed. |
Since
- 2.0.0.4
Source
Defined in forms_model.php at line 5316