Reseteando custom posty types y custom terms

0 votos
preguntado por Zeus (16,780 puntos)

Reseteando custom posty types y custom terms


delete from wptv_posts where post_type='hotel';

DELETE FROM wptv_postmeta
 WHERE post_id NOT IN (SELECT f.id 
                        FROM wptv_posts f);

delete FROM `wptv_term_taxonomy` where taxonomy= 'ciudad';

DELETE FROM wptv_term_relationships
 WHERE term_taxonomy_id NOT IN (SELECT f.term_taxonomy_id 
                        FROM wptv_term_taxonomy f);

Por favor, accede o regístrate para responder a esta pregunta.

Bienvenido a Preguntas y respuestas para programadores o profesionales de la informática. Si tienes cualquier duda aquí obtendrás la respuesta.
...