Post
Trang danh sách post
điều kiện lấy total
Thay đổi điều kiện lấy ra tổng số post dùng cho phân trang
Loại Hook | Platform | Version |
---|---|---|
apply_filters | cms | 7.0.0 |
$args = apply_filters('admin_post_<postType>_controllers_index_args_before_count', Qr $args)
Params: biến Qr
Return: biến Qr
function my_custom_admin_post_count(Qr $args): void
{
return $args;
}
add_filter('admin_post_post_controllers_index_args_before_count', 'my_custom_admin_post_count');