Changer numbers of columns in woocommerce shop

Use this in functions.php file. It is better to create site specific plugins.

add_filter( 'storefront_loop_columns', 'sf_columns_per_row' );
function sf_columns_per_row() {
    return 4;
}

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)