Skip to main content

Filter: gform_process_template_shortcodes_pre_create_post

Allow shortcode processing of custom field and post title templates to be disabled.

Parameters

NameTypeDescription
$process_template_shortcodesboolShould the shortcodes be processed? Default is true.
$field_typestringThe field type currently being processed. Possible values: post_custom_field, post_content, or post_title.
$post_dataarrayThe post data prepared from the current entry.
$formarrayThe form currently being processed.
$entryarrayThe entry currently being processed.

Since

  • 2.0.0.4

Source

Defined in forms_model.php at line 5316