You appear to be a bot. Output may be restricted
Description
Format a post as link within the same document
Usage
bw_format_tabs_list( $post, $atts, $selector );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
- $selector
- ( mixed ) required –
Returns
voidSource
File name: oik/shortcodes/oik-tabs.phpLines:
1 to 6 of 6
function bw_format_tabs_list( $post, $atts, $selector ) { stag( "li" ); $url = "#" . $selector . "-" . $post->ID; BW_::alink( NULL, $url, get_the_title( $post->ID ) ); etag( "li" ); }View on GitHub View on Trac