Description
Implements [bw_power] shortcodeDisplay the "Proudly powered by WordPress" link to WordPress.org
<a href="https://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator">Proudly powered by WordPress</a>
Usage
$string = bw_power( $atts, $content, $tag );Parameters
- $atts
- ( array ) optional – shortcode parameters – none expected
- $content
- ( string ) optional – not expected
- $tag
- ( string ) optional – shortcode tag
Returns
string the generated HTMLSource
File name: oik/shortcodes/oik-power.phpLines:
1 to 4 of 4
function bw_power( $atts=null, $content=null, $tag=null ) { BW_::alink( "bw_power", "https://www.wordpress.org", __( "Proudly powered by WordPress", "oik" ), __( "Semantic Personal Publishing Platform", "oik" ) ); return( bw_ret()); }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 2 of 2
