سبد دانلود
function remove_parent_category_from_url( $args ) { $args['rewrite']['hierarchical'] = false; // Disable hierarchical structure return $args; } add_filter( 'woocommerce_taxonomy_args_product_cat', 'remove_parent_category_from_url' ); // For WooCommerce