Skip to content

Commit

Permalink
Update src/VkCssOptimize.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive authored Sep 25, 2024
1 parent 9a6b080 commit 7397515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VkCssOptimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static function get_html_start( $is_use_themes ) {
// template_redirect が呼ばれる前でのみ実行する .
if ( $is_use_themes && did_action( 'template_redirect' ) === 0 ) {
// バッファ開始.
ob_start( array( VkCssOptimize::class, 'css_tree_shaking_buffer' ) );
ob_start( array( __CLASS__, 'css_tree_shaking_buffer' ) );
}
return $is_use_themes;
}
Expand Down

0 comments on commit 7397515

Please sign in to comment.