You appear to be a bot. Output may be restricted
Description
Display usage notes for some oik shortcodes
Usage
oik_usage_notes();
Parameters
Returns
voidSource
File name: oik/admin/oik-admin.phpLines:
1 to 16 of 16
function oik_usage_notes() { $alt0_suffix = str_replace( " ", "", _oik_alt0_suffix() ); oik_require( "includes/oik-sc-help.php" ); BW_::p( __( "Use the shortcodes in your pages, widgets and titles. e.g.", "oik" ) ); bw_invoke_shortcode( "bw_contact", $alt0_suffix, __( "Display your contact name.", "oik" ) ); bw_invoke_shortcode( "bw_telephone", $alt0_suffix, __( "Display your telephone number.", "oik" ) ); bw_invoke_shortcode( "bw_address", $alt0_suffix, __( "Display your address.", "oik" ) ); bw_invoke_shortcode( "bw_email", $alt0_suffix, __( "Display your email address.", "oik" ) ); bw_invoke_shortcode( "bw_show_googlemap", $alt0_suffix, __( "Display a Google Map for your primary address.", "oik" ) ); bw_invoke_shortcode( "bw_directions", $alt0_suffix, __( "Display a button for obtaining directions to your address.", "oik" ) ); bw_invoke_shortcode( "bw_follow_me", $alt0_suffix, __( "Show all your <b>Follow me</b> buttons.", "oik" ) ); bw_invoke_shortcode( "bw_follow_me", "$alt0_suffix theme=gener", __( "Show your <b>Follow me</b> buttons using genericons.", "oik" ) ); BW_::p( __( "For more information about the shortcodes you can use select <b>Shortcode help</b>", "oik" ) ); BW_::alink( "button-secondary", admin_url( "admin.php?page=oik_sc_help"), __( "Shortcode help", "oik" ), __( "Discover shortcodes you can use", "oik" ) ); bw_flush(); }View on GitHub View on Trac