Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aadiityaak committed Jun 2, 2023
1 parent fa04026 commit c940c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/function.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function sweet_addons_woocommerce_share() {
}
}

add_action('init', 'disable_comments');
add_action('init', 'sweet_addons_disable_comments');
if(! function_exists('sweet_addons_disable_comments')){
function sweet_addons_disable_comments() {
$scroll_to_top_enable = get_theme_mod( 'scroll_to_top_enable', 1 );
Expand Down

0 comments on commit c940c67

Please sign in to comment.