fix(tts): exclude donations and accounting entries

This commit is contained in:
2026-08-03 09:40:18 -04:00
parent 6dc847a151
commit e4d2073eeb
2 changed files with 11 additions and 1 deletions
+2
View File
@@ -24,6 +24,8 @@ if ($action === 'get') {
'title' => $p->post_title,
'content' => $p->post_content,
'status' => $p->post_status,
'post_type' => $p->post_type,
'post_name' => $p->post_name,
'author' => (int)$p->post_author,
], JSON_UNESCAPED_UNICODE));
exit(0);