$pager_total_items
Definition
Description
Array of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
Code
<?php
global $pager_total_items;
?> Array of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
<?php
global $pager_total_items;
?>