From ce2b306011d4ab223a1005af6f9a1366ed529f1c Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 18 Jan 2024 13:42:40 -0500 Subject: --- wiki/scripts.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wiki') diff --git a/wiki/scripts.mdwn b/wiki/scripts.mdwn index 65e03ec..902f23c 100644 --- a/wiki/scripts.mdwn +++ b/wiki/scripts.mdwn @@ -17,6 +17,6 @@ This page contains helpful scripts and useful terminal commands. **Reset all product menu_order to `0`** -``` -UPDATE wp_posts SET menu_order = 0 WHERE post_type = 'product'; -``` + + UPDATE wp_posts SET menu_order = 0 WHERE post_type = 'product'; + -- cgit v1.2.3-54-g00ecf