gpr_restructure_pages
Description
Filters whether empty pages should be removed and retained pages be re-numbered from 1 after randomization.
Usage
Applied globally
add_filter( 'gpr_restructure_pages', 'my_custom_function' );Applied to specific form
add_filter( 'gpr_restructure_pages_FORMID', 'my_custom_function' );Parameters
$restructure_pages
boolean
Should the pages be restructured?
$form
array
The form object.
Since
2.0Hook added.