Function wp_rml_update_count
Handle the count cache for the folders. This should avoid a lack SQL subquery which loads data from the postmeta table.
Located at
folders.php
Parameters summary
int[] |
$folders = null |
Array of folders ID, if null then all folders with cnt NULL are updated |
int[] |
$attachments = null |
Array of attachments ID, is merged with $folders if given |