gpasc_draft_title

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filters the Drafts section title

Usage

Filter the Drafts section title for all forms using Advanced Save & Continue.

add_filter( 'gpasc_draft_title', 'my_custom_function' );

Filter the Drafts section title for a specific form.

add_filter( 'gpasc_draft_title_FORMID', 'my_custom_function' );

Parameters

  • title string

    The title of the Drafts section title.

  • form_id int

    The ID of the form the draft is for.

Since

This filter is available since Gravity Forms Advanced Save & Continue 1.0.16.