Single Cron job2020年10月23日 add_action('example_action', 'example', 1, 3); $args = array ( 2, 1, 3 ); wp_schedule_single_event(time(), 'example_action', $args); function example($a, $b, $c) { //doing things here } 引用关闭,但你能发布评论. 评论 取消回复评论内容 *称呼*电邮*网址在此浏览器中保存我的显示名称、邮箱地址和网站网址,以便下次评论时使用。