You appear to be a bot. Output may be restricted
Description
Format the link (format=L)
Usage
bw_field_function_link( $post, $atts, $f );
Parameters
- $post
- ( object ) required –
- $atts
- ( array ) required –
- $f
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bw_formatter.phpLines:
1 to 4 of 4
function bw_field_function_link( $post, &$atts, $f ) { oik_require( "shortcodes/oik-parent.php" ); bw_post_link( $post->ID ); }View on GitHub View on Trac