Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
DELETE FROM wp_posts WHERE post_type = “post”;
truncate table `wp_posts`;
truncate table `wp_postmeta`;
truncate table `wp_comments`;
truncate table `wp_term_relationships`;
truncate table `wp_term_taxonomy`;
truncate table `wp_terms`;