Skip to content

Instantly share code, notes, and snippets.

@akther80
Created December 12, 2023 07:58
Show Gist options
  • Save akther80/64fa2d491a59d23682ba479c7eb80814 to your computer and use it in GitHub Desktop.
Save akther80/64fa2d491a59d23682ba479c7eb80814 to your computer and use it in GitHub Desktop.
Tokoo - Remove manual copyright year
add_action('init', 'tokoo_child_remove_manual_copyright');
function tokoo_child_remove_manual_copyright() {
remove_filter( 'copyright_info', 'redux_apply_footer_copyright_text', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment