add_filter( 'afwc_account_show_customer_column', 'sa_show_customer_name' ); function sa_show_customer_name() { return true; }

Leave a Reply