draft; } else { $draft_posts = 0; } $last = get_option( 'nicen_last_auto_publish' ); //上一次的运行日志 return "当前草稿总数:" . $draft_posts . '篇,上一次自动发布运行时间为:' . ( empty( $last ) ? '暂未运行' : $last ); }