Untitled

Anonymous
php
06/15/2021 10:42 AM
196 B
23
Indexable
<?php 

function MODULE_NAME_preprocess_pager(&$variables) {
    template_preprocess_pager($variables);
    
    // TODO: alter query parameters.
}
Editor is loading...