You appear to be a bot. Output may be restricted
Description
Implements "_sc__help" to provide 'default' help- oik provides default help for a range of shortcodes.
- It only returns the translated help for the selected shortcode
- Each plugin that implements '_sc__help' should only return the translation of the shortcode help for the selected shortcode.
- For backwards compatibility oik provides default help for some shortcodes not provided by oik; default WordPress shortcodes, Artisteer themes
- See the oik-sc-help plugin for shortcodes for other popular/recommended plugins
- See the oik-bob-bing-wide plugin for some additional oik shortcodes
Usage
$array = oik_lazy_sc__help( $help, $shortcode );
Parameters
- $help
- ( array ) required – array of translated help keyed by shortcode
- $shortcode
- ( string ) required –
Returns
array updated helpSource
File name: oik/includes/oik-sc-help.phpLines:
1 to 100 of 112
function oik_lazy_sc__help( $help, $shortcode ) { switch ( $shortcode ) { case "ad": $l10n_help = __( 'Show an advertisement block (Artisteer theme)', 'oik' ); break; case "audio": $l10n_help = __( 'Embed audio files', 'oik' ); break; case "blog_title": $l10n_help = __( 'blog title (Artisteer theme)', 'oik' ); break; case "bw": $l10n_help = __( 'Expand to the logo for Bobbing Wide', 'oik' ); break; case "bw_abbr": $l10n_help = __( 'Format an abbreviation', 'oik' ); break; case "bw_acronym": $l10n_help = __( 'Format an acronym', 'oik' ); break; case "bw_accordion": $l10n_help = __( 'Display posts in an accordion', 'oik' ); break; case "bw_address": $l10n_help = __( 'Display the address', 'oik' ); break; case "bw_admin": $l10n_help = __( 'Display the Admin contact name', 'oik' ); break; case "bw_alt_slogan": $l10n_help = __( 'Alternative slogan', 'oik' ); break; case "bw_attachments": $l10n_help = __( 'List attachments with links', 'oik' ); break; case "bw_block": $l10n_help = __( 'Format an Artisteer block', 'oik' ); break; case "bw_blockquote": $l10n_help = __( 'Format a blockquote', 'oik' ); break; case "bw_bookmarks": $l10n_help = __( 'List bookmarks', 'oik' ); break; case "bw_business": $l10n_help = __( 'Display your Business name', 'oik' ); break; case "bw_button": $l10n_help = __( 'Show a link as a button', 'oik' ); break; case "bw_cite": $l10n_help = __( 'Cite a blockquote', 'oik' ); break; //case "bw_code": $l10n_help = __( 'Display the help and syntax for a shortcode', 'oik' ); break; //case "bw_codes": $l10n_help = __( 'Summarise active shortcodes', 'oik' ); break; case "bw_company": $l10n_help = __( 'Company name', 'oik' ); break; case "bw_contact": $l10n_help = __( 'Primary contact name', 'oik' ); break; case "bw_contact_button": $l10n_help = __( 'Contact form button', 'oik' ); break; case "bw_copyright": $l10n_help = __( 'Format a Copyright statement', 'oik' ); break; case "bw_directions": $l10n_help = __( 'Display a \'Google directions\' button.', 'oik' ); break; case "bw_domain": $l10n_help = __( 'Display the domain name', 'oik' ); break; case "bw_eblock": $l10n_help = __( 'end a [bw_block]', 'oik' ); break; case "bw_editcss": $l10n_help = __( 'Edit Custom CSS file button', 'oik' ); break; case "bw_email": $l10n_help = __( 'Email primary contact (formal)', 'oik' ); break; case "bw_email_signature": $l10n_help = __( 'Format the email signature', 'oik' ); break; case "bw_emergency": $l10n_help = __( 'Emergency telephone number', 'oik' ); break; case "bw_facebook": $l10n_help = __( 'Facebook link', 'oik' ); break; case "bw_fax": $l10n_help = __( 'Fax number', 'oik' ); break; case "bw_flickr": $l10n_help = __( 'Flickr link', 'oik' ); break; case "bw_follow_me": $l10n_help = __( 'Display defined social media follow me links', 'oik' ); break; case "bw_formal": $l10n_help = __( 'Formal company name', 'oik' ); break; case "bw_geo": $l10n_help = __( 'Latitude and Longitude', 'oik' ); break; case "bw_google": $l10n_help = __( 'Google+ link', 'oik' ); break; case "bw_google-plus": $l10n_help = __( 'Google+ link', 'oik' ); break; case "bw_google_plus": $l10n_help = __( 'Google+ link', 'oik' ); break; case "bw_googleplus": $l10n_help = __( 'Google+ link', 'oik' ); break; case "bw_images": $l10n_help = __( 'Display attached images', 'oik' ); break; case "bw_instagram": $l10n_help = __( 'Follow me on Instagram', 'oik' ); break; case "bw_linkedin": $l10n_help = __( 'Follow me on LinkedIn', 'oik' ); break; case "bw_list": $l10n_help = __( 'Simple list of pages/posts or custom post types', 'oik' ); break; case "bw_logo": $l10n_help = __( 'Display the company logo', 'oik' ); break; case "bw_mailto": $l10n_help = __( 'Mailto (inline)', 'oik' ); break; case "bw_mob": $l10n_help = __( 'Mobile phone number (inline)', 'oik' ); break; case "bw_mobile": $l10n_help = __( 'Mobile phone number (block)', 'oik' ); break; case "bw_module": $l10n_help = __( 'Information about a Drupal module', 'oik' ); break; case "bw_pdf": $l10n_help = __( 'Display attached PDF files', 'oik' ); break; case "bw_picasa": $l10n_help = __( 'Follow me on Picasa', 'oik' ); break; case "bw_pinterest": $l10n_help = __( 'Follow me on Pinterest', 'oik' ); break; case "bw_portfolio": $l10n_help = __( 'Display matched portfolio files', 'oik' ); break; case "bw_posts": $l10n_help = __( 'Display posts', 'oik' ); break; case "bw_power": $l10n_help = __( 'Powered by WordPress', 'oik' ); break; case "bw_qrcode": $l10n_help = __( 'Display an uploaded QR code image', 'oik' ); break; case "bw_show_googlemap": $l10n_help = __( 'Show Google map [bw_show_googlemap]', 'oik' ); break; case "bw_skype": $l10n_help = __( 'Skype name', 'oik' ); break; case "bw_slogan": $l10n_help = __( 'Primary slogan', 'oik' ); break; case "bw_tabs": $l10n_help = __( 'Display posts in tabbed blocks', 'oik' ); break; case "bw_tel": $l10n_help = __( 'Telephone number (inline)', 'oik' ); break; case "bw_telephone": $l10n_help = __( 'Telephone number (block)', 'oik' ); break; case "bw_thumbs": $l10n_help = __( 'List pages as fluid thumbnail links', 'oik' ); break; case "bw_tides": $l10n_help = __( 'Display tide times and heights', 'oik' ); break; case "bw_tree": $l10n_help = __( 'Simple tree of pages/posts or custom post types', 'oik' ); break; case "bw_twitter": $l10n_help = __( 'Follow me on Twitter', 'oik' ); break; case "bw_wpadmin": $l10n_help = __( 'Site: link to wp-admin', 'oik' ); break; case "bw_wtf": $l10n_help = __( 'WTF', 'oik' ); break; case "bw_youtube": $l10n_help = __( 'Follow me on YouTube', 'oik' ); break; case "bwtrace": $l10n_help = __( 'Trace facility form', 'oik' ); break; case "caption": $l10n_help = __( 'Display the caption for an image. Standard WordPress shortcode', 'oik' ); break; case "clear": $l10n_help = __( 'Clear divs ', 'oik' ); break; case "collage": $l10n_help = __( 'Display a collage (Artisteer theme)', 'oik' ); break; case "css": $l10n_help = __( 'Show a valid CSS icon (Artisteer theme)', 'oik' ); break; //case "div": $l10n_help = __( 'start a <div> tag', 'oik' ); break; //case "ediv": $l10n_help = __( 'end a <div> with <\/div>', 'oik' ); break; case "embed": $l10n_help = __( 'Embed media', 'oik' ); break; case "etag": $l10n_help = __( 'End a tag started with [stag]', 'oik' ); break; case "gallery": $l10n_help = __( 'Display the attached images in a gallery', 'oik' ); break; case "gpslides": $l10n_help = __( 'Display a Slideshow Gallery Pro slideshow', 'oik' ); break; case "login_link": $l10n_help = __( 'Login link (Artisteer themes)', 'oik' ); break; case "ngslideshow": $l10n_help = __( 'NextGen gallery slideshow', 'oik' ); break; //case "oik": $ __( 'Expand to the logo for oik', 'oik' ); break;case "oik" ), case "paypal": $l10n_help = __( 'Paypal shortcodes', 'oik' ); break; case "playlist": $l10n_help = __( 'Playlist', 'oik' ); break; case "post_link": $l10n_help = __( 'Produce a post link (Artisteer themes)', 'oik' ); break; case "rss": $l10n_help = __( 'Produce an RSS feeds button (Artisteer themes)', 'oik' ); break; case "rss_title": $l10n_help = __( 'Produce an RSS title (Artisteer themes)', 'oik' ); break; case "rss_url": $l10n_help = __( 'Produce an RSS URL (Artisteer themes)', 'oik' ); break; case "search": $l10n_help = __( 'Search button (Artisteer themes)', 'oik' ); break; case "sdiv": $l10n_help = __( 'Start a div', 'oik' ); break; case "sediv": $l10n_help = __( 'Start and end a div', 'oik' ); break; case "stag": $l10n_help = __( 'Start a tag', 'oik' ); break; case "template_url": $l10n_help = __( 'Produce a template_url (Artisteer themes)', 'oik' ); break; case "top": $l10n_help = __( 'Top of page button (Artisteer themes)', 'oik' ); break; case "video": $l10n_help = __( 'Embed video files', 'oik' ); break; case "wp_caption": $l10n_help = __( 'Caption (WordPress shortcode - alias)', 'oik' ); break; case "xhtml": $l10n_help = __( 'Valid XHTML button (Artisteer theme)', 'oik' ); break;View on GitHub View on Trac