You appear to be a bot. Output may be restricted
Description
Create a link to the notes page.
Usage
bw_link_notes_page( $name, $link, $lp, $rp );
Parameters
- $name
- ( mixed ) required –
- $link
- ( mixed ) required –
- $lp
- ( mixed ) optional –
- $rp
- ( mixed ) optional –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-plug.phpLines:
1 to 9 of 9
function bw_link_notes_page( $name, $link, $lp=null, $rp=null ) { if ( $link ) { $link .= "/"; $link .= $name; e( $lp ); alink( "bwlink", $link, "...", "Link to notes on ".$name ); e( $rp ); } }View on GitHub