Queryable in WP DB?
-
Does this plugin write to the DB, and if so, which table can I query to find which pages do and don’t have the Search Exclude checked? Something like:
SELECT * FROM
postmeta
WHERE meta_value LIKE ‘%search-exclude%’;
or
SELECT * FROMposts
WHERE search_exclude = ‘visible’;Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Queryable in WP DB?’ is closed to new replies.