Skip to content

Commit

Permalink
pro との調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Dec 5, 2024
1 parent b0a991b commit acb2e70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _g2/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ function lightning_debug_active() {
/*
Theme setup
/*-------------------------------------------*/
add_action( 'after_setup_theme', 'lightning_theme_setup' );

/**
* Lightning theme setup( after_setup_theme )
*/
function lightning_theme_setup() {

global $content_width;
Expand Down Expand Up @@ -173,6 +176,7 @@ function lightning_theme_setup() {
add_theme_support( 'starter-content', lightning_add_starter_content() );
}
}
add_action( 'after_setup_theme', 'lightning_theme_setup' );

/*
Load JS
Expand Down

0 comments on commit acb2e70

Please sign in to comment.