Advertisement
nshelper

APTO - Ignore the objects count towards WPML when sorting update.

Sep 12th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.    
  3.     add_filter ( 'apto/multilingual_syncronize/count_objects', 'apto_multilingual_syncronize_count_objects' );
  4.     function apto_multilingual_syncronize_count_objects( $status )
  5.         {
  6.             return FALSE;
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement