Advertisement
wclovers

Untitled

Jun 30th, 2023 (edited)
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. $number_of_products = count(get_posts([
  2.     'posts_per_page'   => -1,
  3.     'post_type'        => 'product',
  4.     'author'           => $supplier_id,
  5. ]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement