bbp_get_paged_slug

bbp_get_paged_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_paged_slug') is found 1 times:

  • /includes/core/abstraction.php line 212
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
            $retval = $rewrite->pagination_base;
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_paged_slug', $retval );
    }
     
    /**
     * Is the environment using pretty URLs?
     *
     * @since 2.5.8 bbPress (r5814)