Docs

apply_filters( ‘evf_frontend_shortcode_amp_text’, int $form_id, array $form_data )

Allow modifying the text or url for the full page on the AMP pages.

Parameters

$form_idint
Form id.
$form_dataarray
Form data and settings.

Return

string

Changelog

VersionDescription
1.7.1Added $form_id, $full_page_url, and $form_data arguments.
1.4.1.1Introduced.