最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

php - Does get_post function counts as view?

programmeradmin2浏览0评论

I have a php file that is working outside wordpress's plugin and template system, and I am calling get_post to get the post's content. Does it count as a post view?

I have a php file that is working outside wordpress's plugin and template system, and I am calling get_post to get the post's content. Does it count as a post view?

Share Improve this question asked Sep 5, 2019 at 8:22 user3332522user3332522 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 1

WordPress doesn't count post views. So no. Nothing counts as a post view.

If you're using a plugin or service that counts post views, then it would depend on that plugin or service, and how it measures views. You'd need to ask its author, but I feel safe saying that none of them would use get_post() to count views.

发布评论

评论列表(0)

  1. 暂无评论