Skip Navigation

[Resolved] Views List "Used On" Scan doesn't find Private posts

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Beda 6 years, 4 months ago.

Author
Posts
#921714

I am trying to: use the 'Scan' button on each line of the 'Views' list to see where different Views are being used.

Link to a page where the issue can be seen: hidden link

I expected to see: the title(s) of the page(s) where the various Views are being used. (These display for published posts that are not marked 'Private'.)

Instead, I got: the text "Nothing Found".

#921928

It's basically any state but "publish" that is not found on that scan.

It's on purpose, as the Code tells, the SQL Query:
"WHERE post_status = 'publish'"

This is in order to avoid any performance hits.
I can if you want file a request to enhance the query by few single post states.
But I cannot guarantee that this will be added.

Do you use the scanner often?
I am interested in the usage case, so I can outline the need of this to the Developers.