Skip to content

Instantly share code, notes, and snippets.

@yhira
Last active August 19, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhira/c20ec8ff7d40df3f9d9f9ea740aecaf3 to your computer and use it in GitHub Desktop.
Save yhira/c20ec8ff7d40df3f9d9f9ea740aecaf3 to your computer and use it in GitHub Desktop.
Simplicityを利用しているデータベースで広告が有効になっているpost_idを取得
SELECT * FROM`wp_postmeta`WHERE`meta_key`= 'is_ads_removed_in_page' AND`meta_value`= 'on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment