action_scheduler_db_supports_skip_locked
action_scheduler_db_supports_skip_locked
Appears in: woocommerce.10.1.2
Hook Type: filter
Displaying hooks found in version: woocommerce.10.1.2apply_filters('action_scheduler_db_supports_skip_locked') is found 1 times:
- /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 1065
* @param bool $is_supported Whether SKIP LOCKED is supported. * * @since 3.9.3 */ return apply_filters( 'action_scheduler_db_supports_skip_locked', $is_supported ); } /** * Get the number of active claims. * * @return int