Sauter la navigation

[Résolu] Views List "Used On" Scan doesn't find Private posts

This support ticket is created Il y a 6 années et 5 mois. 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.

Marqué : ,

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Beda Il y a 6 années et 5 mois.

Auteur
Publications
#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: lien caché

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.