siteorigin_panels_post_loop_custom_pagination

siteorigin_panels_post_loop_custom_pagination

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('siteorigin_panels_post_loop_custom_pagination') is found 1 times:

  • /inc/widgets/post-loop.php line 167
     
    		global $wp_rewrite;
    
    		if ( $wp_rewrite->using_permalinks() ) {
    			if ( apply_filters( 'siteorigin_panels_post_loop_custom_pagination', false  ) ) {
    				if ( isset( $instance['pagination_id'] ) ) {
    					self::$current_pagination_id = $instance['pagination_id'];
    
    					if (
    						isset( $_GET[ 'page-' . self::$current_pagination_id ] ) &&
    						is_numeric( $_GET[ 'page-' . self::$current_pagination_id ] )