You appear to be a bot. Output may be restricted
Description
Usage
oik_extra_usage_notes_2();
Parameters
Returns
voidSource
File name: oik-moreoptions/admin/oik-moreoptions.phpLines:
1 to 12 of 12
function oik_extra_usage_notes_2() { oik_require( "includes/oik-sc-help.inc" ); p( "Use the shortcodes in your pages, widgets and titles. e.g." ); bw_invoke_shortcode( "bw_contact", "alt=2", "Display your alternative contact name." ); bw_invoke_shortcode( "bw_email", "alt=2 prefix=e-mail", "Display your alternative email address, with a prefix of 'e-mail'." ); bw_invoke_shortcode( "bw_telephone", "alt=2", "Display your alternative telephone number." ); bw_invoke_shortcode( "bw_address", "alt=2", "Display your alternative address." ); bw_invoke_shortcode( "bw_show_googlemap", "alt=2", "Display a Googlemap for your alternative address." ); bw_invoke_shortcode( "bw_directions", "alt=2", "Display directions to the alternative address." ); bw_flush(); }View on GitHub