• Resolved cag8f

    (@cag8f)


    Hello. I have inherited a website with your plugin installed. I would like to determine if the plugin is actually used for anything, and if I can remove it safely. I realize I can open every single page/post in the back-end and check if the “A custom URL” widget is selected. But that is of course quite tedious. Is there a way to automatically/easily determine this?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cag8f

    (@cag8f)

    Hello. Can anyone answer this for me? @markjaquith perhaps?

    Thanks.

    Plugin Author Mark Jaquith

    (@markjaquith)

    Hi!

    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"

    You can run that in PHPMyAdmin or similar.

    If you get any results, then each post_id is the ID of the post/page that is using the plugin.

    • This reply was modified 5 years, 10 months ago by Mark Jaquith.
    • This reply was modified 5 years, 10 months ago by Mark Jaquith.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to determine if “Page Links To” is doing anything on my site?’ is closed to new replies.