Đánh giá chất lượng SSL Posted by Dương Nguyễn Phú Cường Categories Hướng dẫn, Lập trình, Lập trình Web Date 17/11/2019 Sử dụng link sau để test chất lượng SSL https://www.ssllabs.com/ssltest/analyze.html?d=nentang.vn&latest Share: Dương Nguyễn Phú Cường Code with my love Previous post Use Laravel in subfolder 17/11/2019 Next post Where to find menus in wordpress database 18/11/2019 You may also like Speedup WordPress 28 Tháng Mười Một, 2019 https://onlinemediamasters.com/slow-wordpress-admin-panel/ Nén ảnh 25 Tháng Mười Một, 2019 https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick Where to find menus in wordpress database 18 Tháng Mười Một, 2019 Where to find menus in wordpress database Menu by itself is a taxonomy in WP. It means that you can find all menus in wp_terms table, by running following query: SELECT * FROM wp_terms AS t LEFT JOIN wp_term_taxonomy AS tt ON …