Untitled
unknown
php
4 years ago
147 B
9
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.
}