워드프레스 테마의 사용자정의를 저장하는 데이터베이스 테이블과 옵션

워드프레스 테마의 사용자정의를 저장하는 데이터베이스 테이블과 옵션

사용중인 테마가 thisistheme 이라면 wordpress 데이터베이스의 wp_options 테이블에 theme_mods_thisistheme 옵션에 저장 됩니다.

실시간 인기글  All in One SEO Pack Plugin Patches XSS Vulnerability

아래 쿼리를 이용해서 확인하고 수정 할 수 있습니다.

실시간 인기글  Pattern Directory Targeted to Launch with WordPress 5.8

SELECT * FROM `wp_options` WHERE `option_name` LIKE 'theme_mods_%'

위로 스크롤