Description
Outputs a link_alink() and alink() both map to BW_::alink()
Usage
BW_::alink( $class, $url, $linktori, $alt, $id, $extra );Parameters
- $class
- ( string|null ) required – optional CSS class(es)
- $url
- ( string ) required – URL
- $linktori
- ( string ) optional – translated link text or image
- $alt
- ( string ) optional – translated alternate text or null
- $id
- ( string ) optional – optional CSS id
- $extra
- ( string ) optional – additional HTML
Returns
voidSource
File name: oik-bwtrace/libs/class-BW-.phpLines:
1 to 4 of 4
static function alink( $class, $url, $linktori=null, $alt=null, $id=null, $extra=null ) { $link = retlink( $class, $url, $linktori, $alt, $id, $extra ); e( $link ); }View on GitHub View on Trac
Called by
1 to 15 of 34
- art_button() –
- bw_codes__example() – Example for [bw_codes]
- bw_code_example_link() – Create a nicely formatted link to the definition of the shortcode
- bw_edit_custom_css_link() – Link to allow the custom CSS file to be edited
- bw_follow_link_() – Displays a default Follow me link using oik icons
- bw_follow_link_dash() – Create a follow me link using dashicons
- bw_follow_link_gener() – Create a follow me link using genericons
- bw_format_list() – Format the "post" – in a simple list item list
- bw_format_matched_link() – Format the matched post link
- bw_format_more() – Produce a more link as required ( inline )
- bw_format_nivo_attachment() – Format the Nivo output for attached images
- bw_format_tabs_list() – Format a post as link within the same document
- bw_format_tree() – Format the tree – as a nested list
- bw_link() – Implement [bw_link] shortcode for a link to a post or an external URL
- bw_link_attachment() – Create a direct link to the attached file rather than a permalink to the attachment
