Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 15, 2019 06:37
Show Gist options
  • Save dotherightthing/48b3f2dd9c990fce7d33194702e70af5 to your computer and use it in GitHub Desktop.
Save dotherightthing/48b3f2dd9c990fce7d33194702e70af5 to your computer and use it in GitHub Desktop.
[Inspect plugin data in database] #wordpress

Inspect plugin data in database

Created: 2017.04.18

SELECT * FROM [optionsTableName] where option_name = '[pluginName]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment