wp_stateless_batch_action_start

wp_stateless_batch_action_start

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('wp_stateless_batch_action_start') is found 1 times:

  • /lib/classes/class-migrator.php line 349
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
          'queue' => implode(':', $state['queue']),
          'action' => 'start',
        ];
     
        apply_filters("wp_stateless_batch_action_start", [], $params);
      }
    }
     
    /**
     * Run migration
     *

See this hook used in plugins: