Description
Outputs some translated / non-translatable text
Usage
e( $text );Parameters
- $text
- ( string ) optional – any translated text or non translatable HTML
Returns
voidSource
File name: oik/libs/bobbfunc.phpLines:
1 to 5 of 5
function e( $text = NULL ) { if ( !is_null( $text )) { bw_echo( $text ); } }View on GitHub View on Trac
Called by
1 to 15 of 77
- artblockheader_40() – Create a block header if the title text is specified
- artblockheader_41() – Create a block header if the title text is specified
- atext() –
- bw_accordion__snippet() –
- bw_address() – Implement [bw_address] shortcode to display an address using Microformats
- bw_bw() – Implements [bw] shortcode
- bw_code() – Display information about a specific shortcode
- bw_codes() – Display a table of active shortcodes
- bw_codes__example() – Example for [bw_codes]
- bw_code_example_link() – Create a nicely formatted link to the definition of the shortcode
- bw_code_link() – Create a link to the shortcode if in admin pages
- bw_code__example() – Example of [bw_code] for the [oik] shortcode
- bw_contact() – Implement [bw_contact] shortcode to display the primary contact name
- bw_contact_form() – Implements the [bw_contact_form] shortcode
- bw_contact_form_submit_button() – Create the submit button for the contact form
