Lines:
1 to 36 of 36
<?php // (C) Copyright Bobbing Wide 2013-2017,2019 /* function unltrim() – Performs the reverse of ltrim(), up to a point */ /* function bw_build_url() – Simulate http_build_url */ if ( !function_exists( "trim_scheme" ) ) { /* function trim_scheme() – Simplify the URL for link text */ } /* function bw_get_domain() – Return the domain for the site */ /* function bw_check_permalink() – See if this is a permalink */ /* function bw_check_domain() – Check if this is a valid domain */ /* function bw_see_if_domain_required() – See if domain required? */ /* function bw_host_or_path() – Check if the path is a path or host */ /* function bw_link_url() – Constructs a suitable URL */ /* function bw_link() – Implement [bw_link] shortcode for a link to a post or an external URL */ /* function bw_link__help() – Help hook for [bw_link] shortcode */ /* function bw_link__syntax() – Syntax hook for [bw_link] shortcode */ /* function _bw_get_an_id() – Return a post ID for bw_link example */ /* function bw_link__example() – Example hook for [bw_link] shortcode */ /* function bw_link__snippet() – Snippet hook for [bw_link] shortcode */ /* function bw_link_text_from_url() – Returns nice link text */View on GitHub View on Trac