This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class slider extends utilities{ | |
| constructor() { | |
| super(); | |
| /* ----------------------------------------------------------- | |
| * slider() function should place before | |
| * viewChangeEevent Because those function listion event | |
| * & viewChangeEvent trigger events( mobileView or desktopView) | |
| * ----------------------------------------------------------- */ | |
| Query('.andels-slider').length > 0 && this.slider(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function mr_bootstrap_pagination($echo = true) | |
| { | |
| global $wp_query; | |
| $big = 999999999; // need an unlikely integer | |
| $pages = paginate_links(array( | |
| 'base' => str_replace($big, '%#%', esc_url(get_pagenum_link($big))), | |
| 'format' => '?paged=%#%', | 
NewerOlder