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.31.5

apply_filters('siteorigin_panels_post_loop_custom_pagination') is found 1 times:

  • /inc/widgets/post-loop.php line 167
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    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 ] )