gpns_enable_rebuild_batcher

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

Description

Filter to toggle the batcher to rebuild all notification queues for Notification Scheduler. If enabled, you will see a new menu item under “Forms” named “GPNS Updater.”

Usage

Enable the batcher.

add_filter( 'gpns_enable_rebuild_batcher', '__return_true' );

Parameters

  • enable_rebuild_batcher boolean

    Whether the rebuild batcher should be enabled. Defaults to false.

Since

This filter is available since Gravity Forms Notification Scheduler 1.0.