не могу найти в поиске
# получаем записи из рубрики
$myposts = get_posts( array(
'numberposts' => -1,
'orderby' => 'post_date',
'post_type' => 'programms',
'order' => 'DESC',
'type_programms' => $cat->slug
) );
add_action( 'wp', function () {
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );
} );