Перейти к содержимому
Расширительный бак WAV 100
ViewView
Расширительный бак WAV 12
ViewView
Расширительный бак WAV 18
ViewView
Расширительный бак WAV 150
ViewView
function remove_clean_commerce_footer_credit() {
remove_action( 'clean_commerce_action_footer', 'clean_commerce_footer_copyright', 10 );
}
add_action( 'init', 'remove_clean_commerce_footer_credit' );