$value ) { add_option( $key, $value ); //添加配置参数,和默认值 } } nicen_make_install(); //插件自动设置 /** * 关闭插件时注销任务 * */ function nicen_make_end() { wp_clear_scheduled_hook( 'nicen_plugin_auto_publish' ); //清除任务 }