Untitled
unknown
plain_text
2 years ago
391 B
8
Indexable
add_action('admin_head', function(){ $groups = get_posts( array( 'post_type' => 'b2bwhs_group','post_status'=>'publish','numberposts' => -1) ); ?> <style type="text/css"> .b2bwhs_tiered_pricing_variation { display: none !important; } .variable_pricing > .form-row:nth-child(6), .variable_pricing > .form-row:nth-child(7){ display: none !important; } </style> <?php });
Editor is loading...
Leave a Comment