/ Published in: MySQL
URL: http://support.slidedeck.com/slidedeck/topics/how_do_i_delete_the_slide_deck_database_table
This SQL query will find all the SlideDeck related entries in your WordPress database.
Expand |
Embed | Plain Text
SELECT * FROM wp_posts WHERE post_type IN('slidedeck','slidedeck_slide');
You need to login to post a comment.
