gpasc_new_draft_link_text

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

Description

Filters the text for the new draft link.

Usage

Apply to draft links for all forms.

add_filter( 'gpasc_new_draft_link_text', 'my_custom_function' );

Apply to draft links for a specific form.

add_filter( 'gpasc_new_draft_link_text_FORMID', 'my_custom_function' );

Parameters

  • new_draft_link_text string

    The text for the new draft link.

  • form_id array

    The current form.

Since

This filter is available since Gravity Forms Advanced Save & Continue 1.0-beta-1.