Lines:
1 to 34 of 34
<?php // (C) Copyright Bobbing Wide 2014-2019 /* function bw_get_shortcode_id() – Return the next unique shortcode ID */ /* function bw_get_parm_shortcode_id() – Return the page for the shortcode ID */ /* function bw_check_paged_shortcode() – Return the required page if this is the shortcode we’re processing */ /* function oik_navi_lazy_paginate_links() – Display pagination links for this shortcode */ /* function bw_navi_paginate_links() – Paginate links for shortcode pagination */ /* function bw_navi_posts() – Display posts using the [bw_navi] shortcode */ /* function bw_navi_s2eofn() – Display "start to end of count" message */ /* function bw_navi_ids() – Paginate an array of post IDs */ /* function oik_navi_s2eofn_from_query() – Display "s to e of n" */ /* function bw_navi_start_from_atts() – Return the start item for a paginated ordered list */ /* function bw_navi() – Implement [bw_navi] shortcode */ /* function bw_navi__help() – Help hook for [bw_navi] shortcode */ /* function bw_navi__syntax() – Syntax hook for [bw_navi] shortcode */ /* function bw_navi_field() – Paginate a multivalue field */ /* function bw_navi_fetch_field_content() – Load the requested page for the field */ /* function bw_navi_filter_textarea() – Filter multiple textarea field values */View on GitHub View on Trac