wclovers

Untitled

Jun 7th, 2022 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_filter('wcfm_datatable_page_length', function ($page_length) {
  2.     global $wp;
  3.     if( isset( $wp->query_vars['wcfm-vendors'] ) && empty( $wp->query_vars['wcfm-vendors'] ) ) {
  4.         return 5;
  5.     }
  6.     return $page_length;
  7. });
Add Comment
Please, Sign In to add comment