• Resolved jbeninger

    (@jbeninger)


    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>

    • This topic was modified 7 years, 6 months ago by jbeninger.
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.