<?php | |
// Show 10 popular posts in the Metrics Dashboard Widget | |
add_filter( 'searchwp_metrics_dashboard_widget_max_popular_posts', function( $limit ) { | |
return 10; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment