Query to see list of pages where plugin is used not working
-
A frequent question here: how do I get a list of places on my site where this plugin is used?
Four+ years ago the plugin author (thank you) suggested:This SQL query will tell you if you are using the plugin on any of your posts or pages:
SELECT * FROM wp_postmeta WHERE meta_key = “_links_to”
Alas, when I run this query I get this error:
1054 – Unknown column ‘“_links_to”’ in ‘where clause’
Has something changed to make this query no longer valid? Any suggestions appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Query to see list of pages where plugin is used not working’ is closed to new replies.