Lines:
1 to 31 of 31
<?php // (C) Copyright BobbingWide 2017-2023 if ( !defined( "CLASS_BW__INCLUDED" ) ) { define( "CLASS_BW__INCLUDED", "3.3.2" ); /* class BW_ */ /* function BW_::p() – Outputs a paragraph of translated text */ /* function BW_::alink() – Outputs a link */ /* function BW_::oik_menu_header() – Outputs a menu header */ /* function BW_::oik_box() – Outputs a postbox widget on the admin pages */ /* function BW_::oik_handlediv() – Displays the toggle button for the postbox */ /* function BW_::bwtnt() – Appends some non-translatable text to translated text */ /* function BW_::label() – Create a field label */ /* function BW_::bw_textfield() – Form a text field */ /* function BW_::bw_textfield_arr() – Create a textfield for an array options field */ /* function BW_::bw_emailfield() – Form an "email" field */ /* function BW_::bw_emailfield_arr() – Create an emailfield for an array options field */ /* function BW_::bw_textarea() – Form a "textarea" field */ /* function BW_::bw_textarea_arr() – Create a textarea for an array options field */ /* function BW_::bw_textarea_cb_arr() – Create an optional textarea */ /* function BW_::bw_radio() – Display a group of radio buttons */ /* function BW_::bw_select() – Create a select field for a form-table */ /* function BW_::bw_select_arr() – Create a select for an array options field */ /* function BW_::bw_skv() – Return the default, values and notes for a shortcode parameter */ /* function BW_::lit() – Create a list item with a specific CSS class and/or ID */ /* function BW_::br() – Produce a break tag with optional text to follow */ /* function BW_::is_table */ } /* end if !defined */View on GitHub View on Trac