-
Notifications
You must be signed in to change notification settings - Fork 64
/
delete-tracker-send-event-in-woocommerce.code-snippets.json
1 lines (1 loc) · 1.93 KB
/
delete-tracker-send-event-in-woocommerce.code-snippets.json
1
{"generator":"Code Snippets v2.14.2","date_created":"2021-10-27 21:25","snippets":[{"name":"Delete tracker send event in WooCommerce","desc":"<a style=\"box-sizing: border-box; outline: none; box-shadow: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px;\" href=\"https:\/\/developer.wordpress.org\/reference\/functions\/wp_clear_scheduled_hook\/\" rel=\"nofollow\">https:\/\/developer.wordpress.org\/reference\/functions\/wp_clear_scheduled_hook\/<\/a><br style=\"box-sizing: border-box; color: #24292f; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px;\" \/><a style=\"box-sizing: border-box; text-decoration-line: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px;\" href=\"https:\/\/woocommerce.github.io\/code-reference\/files\/woocommerce-uninstall.html\" rel=\"nofollow\">https:\/\/woocommerce.github.io\/code-reference\/files\/woocommerce-uninstall.html<\/a><br style=\"box-sizing: border-box; color: #24292f; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px;\" \/><a style=\"box-sizing: border-box; text-decoration-line: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px;\" href=\"https:\/\/github.com\/woocommerce\/woocommerce\/blob\/trunk\/plugins\/woocommerce\/uninstall.php\">https:\/\/github.com\/woocommerce\/woocommerce\/blob\/trunk\/plugins\/woocommerce\/uninstall.php<\/a>","tags":["woocommerce","usage","tracking","tracker","send","event","cron","wordpress"],"scope":"admin","code":"wp_clear_scheduled_hook( 'woocommerce_tracker_send_event' );","priority":"10"}]}