🔍 Debug - Wszystkie zlecenia
| Zmienna | Typ | Opis |
|---|---|---|
| page | string | Identyfikator strony |
| user_logged_in | bool | Czy użytkownik jest zalogowany |
| total | int | Liczba znalezionych zleceń |
| orders[].id | int | ID posta |
| orders[].title | string | Tytuł zlecenia |
| orders[].permalink | string | URL do szczegółów |
| orders[].date | string | Data dodania (d.m.Y H:i) |
| orders[].status | string | Status: publish|private|draft |
| orders[].author.id | int | ID autora |
| orders[].author.display_name | string | Nazwa autora |
| orders[].author.user_email | string | Email autora |
| orders[].industries | array | [ { term_id, name }, ... ] |
| orders[].content | string | Pełna treść zlecenia (HTML) |
| orders[].content_excerpt | string | Skrócona treść (30 słów) |
| orders[].viewable_by_all_friends | bool | Widoczne dla wszystkich znajomych |
| orders[].assigned_users[] | array | user_id, display_name, user_email, type, status, assigned_date |
Uwaga: Musisz być zalogowany, aby zobaczyć zlecenia.