How to have more than 5 courses on the new Memberpress Course Hub page (NHP 2.0)

How to have more than 5 courses on the new Memberpress Course Hub page (NHP 2.0)

To watch this video directly: https://vimeo.com/473700188





Here is the code to use:

function courses_per_page(){
return 12;
}

add_filter('mpcs_courses_per_page', 'courses_per_page');