Description
Output a paragraph of translatable texti18n note: If the text you are displaying contains variables to be inserted into the message then you should use p_() instead and perform the translation prior to calling that function.
Usage
p( $text, $class, $id );Parameters
- $text
- ( mixed ) optional –
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 6 of 6
function p( $text=NULL, $class=NULL, $id=NULL ) { sp( $class, $id ); if ( !is_null( $text )) e( bw_translate( $text ) ); etag( "p" ); }View on GitHub View on Trac
Called by
1 to 15 of 196
- bbboing__example() – Example for the bbboing shortcode
- BW_::p() – Outputs a paragraph of translated text
- bw_contact_user__snippet() – Implement snippet hook for [bw_user]
- bw_csv() –
- bw_display_message() – Display a message
- bw_email_signature_do_page() – Display the oik-email-signature settings page
- bw_get_url() –
- bw_group() – Implement [bw_group] shortcode to count posts by group
- bw_rpt() – Create a Responsive Pricing Table (RPT) using bw_table/bw_csv logic converted to use divs
- bw_squeeze() – Implement the [bw_squeeze] shortcode
- bw_tides__example() –
- bw_validate_form_as_required() – Validate the Add new form to match what’s expected
- cookie_cat_catalog() – Display the cookie catalog
- cookie_cat_feed() –
- cookie_cat_load_temp_xml() –
Invoked by
Call hooks
API Letters:
