1 to 100 of 4993
- aalt() –
- aclass() –
- add_keyword() –
- add_keyword_group() –
- add_oik_shipping() – Implement ‘woocommerce_shipping_methods’ filter for oik-weightcountry-shipping
- add_oik_shipping_pro() – Implement ‘woocommerce_shipping_methods’ filter for oik-weightcountry-shipping-pro
- ad__syntax() – Syntax for [ad] shortcode – Artisteer themes
- ag() –
- ahref() –
- aid() –
- ajax_bobbfunc::setUp() –
- ajax_bobbfunc::test_bw_jquery_noop_when_doing_ajax() –
- ajax_bobbfunc::test_bw_jq_and_bw_jq_flush() –
- alink() – Create a link
- allow_reinstalls_upgrader_package_options() – Implement "upgrader_package_options" for allow-reinstalls
- aname() – Create an anchor tag for linking within a page
- apis__help() –
- apis__syntax() –
- api_call_mapper::convert() –
- api_call_mapper::convert_all_api_calls() –
- api_call_mapper::create_map() – Create the map from api_name to post_id
- api_call_mapper::load_all_post_meta() –
- api_call_mapper::load_post_meta() –
- api_call_mapper::map() –
- api_call_mapper::process() –
- api_call_mapper::simplify_results() – We can’t use simplify results when there’s more than one meta_value per post
- api_call_mapper::update() –
- api_call_mapper::__construct() –
- api__example() – Example hook for [api] shortcode
- api__help() – Help hook for [api] shortcode
- api__syntax() – Syntax hook for [api] shortcode
- artblockcontentframe_25() – draw the frame around the block content
- artblockcontentframe_30() – draw the frame around the block content
- artblockcontentframe_31() – draw the frame around the block content
- artblockframe_25() – draw the frame around the block header
- artblockframe_30() – draw the frame around the block header
- artblockframe_31() – draw the frame around the block header
- artblockheaderNoIcon_25() – Future use –
- artblockheaderNoIcon_30() – Future use –
- artblockheader_25() – Create a block header if the title text is specified
- artblockheader_30() – Create a block header if the title text is specified
- artblockheader_31() – Create a block header if the title text is specified Notes: link and icon parameters not yet supported.
- artblockheader_40() – Create a block header if the title text is specified
- artblockheader_41() – Create a block header if the title text is specified
- art_button() –
- atext() –
- atitle() – Format a sanitized title= parameter
- audio__syntax() – Syntax for [audio] shortcode
- bar() – bar invokes "foobar" action hook
- bbboing() – bbboing some text
- bbboing_activation() – Dependency checking for bbboing
- bbboing_init() – Implement the "init" action for bbboing
- bbboing_oik_add_shortcodes() – Implement the "oik_add_shortcodes" action for bbboing
- bbboing_oik_loaded() – Implement the "oik_loaded" action for bbboing
- bbboing_plugin_loaded() – Initialisation when bbboing plugin file loaded
- bbboing_sc() – Implement [bbboing] shortcode
- bbboing__example() – Example for the bbboing shortcode
- bbboing__help() – Help for bbboing
- bbboing__syntax() – Syntax for bbboing
- bboing() – bbboing a particular (potentially complex) word
- bboing2() – Only bbboing characters inside a complex string
- bboing_process_word() – Return true if we think we should process the word, false otherwise
- blockcontentframe_() – draw the frame around the block content
- blockframe_() – draw the frame around the block header
- blockheader_() – Create a block header if the title text is specified
- bobbcomp::bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
- bobbcomp::bw_get_option() – Get the value of an option field
- bob_domain_name_test() –
- boing() – Shuffle the embedded letters in a word of 4 or more characters
- boingsubword() – Perform boing() against a part of the word replacing the characters in the chars array
- bootstrap_loaded() – Function to invoke when loaded
- br() – Produce a break tag with optional text to follow
- build_parse_cache() –
- build_style_cache() –
- bw() – Return the styled "Bobbing Wide" string
- bwlink() –
- bwlinks() –
- bwlink_list() –
- bwsc_jquery() – Implement the [bw_jq] shortcode
- bwt() – Output some translated text
- bwtrace__example() – Displays examples for [bwtrace] shortcode
- bwtrace__syntax() – Syntax for [bwtrace] shortcode
- bwv_activation() – Implement "admin_notices" for oik-video to check plugin dependency
- bwv_admin_menu() – Implement "oik_admin_menu" action for oik-video
- BW_::alink() – Outputs a link
- BW_::br() – Produce a break tag with optional text to follow
- BW_::bwtnt() – Appends some non-translatable text to translated text
- BW_::bw_emailfield() – Form an "email" field
- BW_::bw_emailfield_arr() – Create an emailfield for an array options field
- BW_::bw_radio() – Display a group of radio buttons
- BW_::bw_select() – Create a select field for a form-table
- BW_::bw_select_arr() – Create a select for an array options field
- BW_::bw_skv() – Return the default, values and notes for a shortcode parameter
- BW_::bw_textarea() – Form a "textarea" field
- BW_::bw_textarea_arr() – Create a textarea for an array options field
- BW_::bw_textarea_cb_arr() – Create an optional textarea
- BW_::bw_textfield() – Form a text field
- BW_::bw_textfield_arr() – Create a textfield for an array options field
- BW_::label() – Create a field label
- BW_::lit() – Create a list item with a specific CSS class and/or ID
Notes:
- These APIs have been loaded automatically from the development system.
- If an API displays a “Sourcefile not found” message then this indicates that the matching version is not Installed on this server or that the function has been deleted/deprecated.
- The plugin does not need to be activated, only installed. This is so that the code can be easily found by the parser.
- Some APIs are duplicated across plugins. These are wrapped in “if ( !function_exists() )” tests just like WordPress Pluggable Functions. The documentation does not currently support duplicate APIs so these are only listed once… by the plugin that was most recently loaded.
- If an API does not have a short description in the PHPdoc block comment that precedes the code then a name if manufactured from the function name.
- Most APIs are prefixed with bw_, oik_ or variations
- Those which are not are very low level APIs.
- To date there have only been 2 conflicts with other plugins or themes using the same API name. Hopefully, when WordPress requires PHP 5.3 or higher this can be avoided by use of PHP Namespaces.