Перейти к содержимому
- Home
- Product Фильтр распродажа
- Фитинги
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' );