wp_queue_cron_memory_exceeded
wp_queue_cron_memory_exceeded
Appears in: wp-migrate-db.2.6.1
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.1apply_filters('wp_queue_cron_memory_exceeded') is found 1 times:
- /class/Common/Queue/Cron.php line 153
if ( $current_memory >= $memory_limit ) { $return = true; } return apply_filters( 'wp_queue_cron_memory_exceeded', $return ); } /** * Get memory limit. * * @return int