• Resolved misstest

    (@misstest)


    At the Dashboard, Is it posible to view more customers per page?
    Right now the max number of customers you can see per page is 25.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Please add code to your site, this will show you 50 customers per page –

    add_filter( 'wcfm_datatable_page_length', function( $page_length ) {
    	return 50;
    });

    Add this code to your child theme’s functions.php
    In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

    Thank You

    Thread Starter misstest

    (@misstest)

    Thank you so much!!!

    Plugin Author WC Lovers

    (@wclovers)

    Welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘View more customers per page’ is closed to new replies.