We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee5950 commit 0beac77Copy full SHA for 0beac77
readme.md
@@ -62,14 +62,14 @@ The Super Light Store Hours WordPress plugin is your comprehensive solution for
62
- JSON object containing store condition status.
63
- Example:
64
65
-```json
66
-{
67
- "working_days": ["Monday", "Wednesday", "Friday"],
68
- "opening_closing_time": "09-18",
69
- "override_status": "0",
70
- "status": "1"
71
-}
72
-```
+<!-- end of the list -->
+
+ {
+ "working_days": ["Monday", "Wednesday", "Friday"],
+ "opening_closing_time": "09-18",
+ "override_status": "0",
+ "status": "1"
+ }
73
74
4\. **How to Use:**
75
0 commit comments