apply_filters( 'torro_delete_submissions_query_limit', int $limit )

Filters the limit for the query detecting incomplete submissions to delete.

Description

This can be used to adjust the value, depending on more or less server power.

Parameters

$limit

(int) (Optional) Limit for the query. Default is 50.

Changelog

Changelog
Version Description
1.0.0 Introduced.