Error for object arguments (fix included)
-
When I use an Object as the argument to a cron task, the Advanced Cron Manager fails, because it tries to treat the object as a string. I was able to fix it by updating /views/parts/events/row.php, Line 62
<span><?php echo esc_html( is_array( $arg ) ? __( ‘Array’, ‘advanced-cron-manager’ ) : (is_object($arg) ? get_class($arg) : $arg)); ?></span>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error for object arguments (fix included)’ is closed to new replies.