When for the first time i search about it in the internet, i saw a lots of people that had a problem like me but i couldn’t find any solution for that!
Is it a code that you said we can use it for increase the variable logical using?
function custom_wc_admin_variations_per_page( $qty ) {
return 20;
}
add_filter( 'woocommerce_admin_meta_boxes_variations_per_page', 'custom_wc_admin_variations_per_page' );
if is it true, where should i paste this code !??!