Перейти к содержимому
Полуэктов Андрей Сергеевич

CEO
(Chief Executive Officer)
+7 /7172/ 920 150
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' );