action_scheduler_maximum_args_length filter-hookWC 1.0

Usage

add_filter( 'action_scheduler_maximum_args_length', 'wp_kama_action_scheduler_maximum_args_length_filter' );

/**
 * Function for `action_scheduler_maximum_args_length` filter-hook.
 * 
 * @param  $191 
 *
 * @return 
 */
function wp_kama_action_scheduler_maximum_args_length_filter( $191 ){

	// filter...
	return $191;
}
$191
-

Where the hook is called

ActionScheduler_wpPostStore::migration_dependencies_met()
action_scheduler_maximum_args_length
woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php 1039
$maximum_args_length = apply_filters( 'action_scheduler_maximum_args_length', 191 );

Where the hook is used in WooCommerce

Usage not found.