Skip Navigation

[Gelöst] Views List "Used On" Scan doesn't find Private posts

This support ticket is created vor 6 Jahren, 5 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Beda vor 6 Jahren, 4 Monaten.

Author
Artikel
#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: versteckter 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.