Untitled
unknown
php
5 years ago
147 B
12
Indexable
<?php
function MODULE_NAME_preprocess_pager(&$variables) {
template_preprocess_pager($variables);
// TODO: alter query parameters.
}Editor is loading...
<?php
function MODULE_NAME_preprocess_pager(&$variables) {
template_preprocess_pager($variables);
// TODO: alter query parameters.
}