mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
4 lines
134 B
Text
4 lines
134 B
Text
add_action( 'after_setup_theme', 'declare_sensei_support' );
|
|
function declare_sensei_support() {
|
|
add_theme_support( 'sensei' );
|
|
}
|