/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/state/posts/constants.js
14 строк
237 B
Dean Sas
Remove post-type-filter and dependencies (#106451)
16 окт 2025, 13:56
Не верифицирован
16 окт 2025, 13:56
8ec15ec
Код
Авторство
О чём код?
export const DEFAULT_POST_QUERY = { context: 'display', http_envelope: false, pretty: false, number: 20, offset: 0, page: 1, order: 'DESC', order_by: 'date', type: 'post', status: 'publish', sticky: 'include', search: '', };