Description
We don't know about this plugin so we assume it's a WordPress one WordPress will do its 404 processing to help us The link to the notes page, if required, may have difficult too
Usage
bw_format_default( $name, $link );Parameters
- $name
- ( mixed ) required –
- $link
- ( mixed ) required –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-plug.phpLines:
1 to 5 of 5
function bw_format_default( $name, $link ) { $title = "Link to the $name plugin on wordpress.org" ; alink( NULL, "https://wordpress.org/plugins/".$name, $name, $title ); bw_link_notes_page( $name, $link, "(", ")" ); }View on GitHub
Invoked by
Call hooks
API Letters:
