201 to 300 of 4993
- bw_bookmarks() – Wrapper to wp_list_bookmarks()
- bw_bookmarks__example() – Example for [bw_bookmarks] shortcode
- bw_bookmarks__syntax() – Syntax help for [bw_bookmarks] shortcode
- bw_bp() – Implement [bp] shortcode for BuddyPress
- bw_build_akismet_query_string() – Return the query_string to pass to Akismet given the fields in $fields and $_SERVER
- bw_build_content() – build the content for a text field if the checkbox is "on"
- bw_build_overridden_type() – Build the overridden post_type definition
- bw_build_request() –
- bw_build_url() – Simulate http_build_url
- bw_business() – Implement [bw_business] shortcode to display the company’s business
- bw_button_shortcodes() – Create a "button" style link
- bw_button__example() – Example for [bw_button]
- bw_button__syntax() – Syntax for [bw_button] shortcode
- bw_bw() – Implements [bw] shortcode
- bw_callablefunction() – Return a callable function that can be invoked using call_user_func()
- bw_call_akismet() – Return true if the akismet call says the message is not spam
- bw_call_form_function() – Invoke the function to display the field in a form
- bw_call_lazy_trace_actions() – Avoid recursion when bw_lazy_trace_actions is adding its own filters
- bw_call_validate_function() – Call the function to validate a field
- bw_cast_array() – Casts to an array
- bw_checkbox() – Create a checkbox field given a field name and value
- bw_checkbox_arr() – Create a checkbox for an array options field
- bw_check_domain() – Check if this is a valid domain
- bw_check_gitrepos() – Implement ‘pre_current_active_plugins’ to perform Git repo checking
- bw_check_metabox_field() – Check if the field should be displayed in the metabox
- bw_check_noderef_types() – Check if the post_type is mentioned in post_types
- bw_check_paged_shortcode() – Return the required page if this is the shortcode we’re processing
- bw_check_permalink() – See if this is a permalink
- bw_check_symlinks() – Implement ‘pre_current_active_plugins’ to perform symlink checking
- bw_chmod() – Return the current file mode permissions then chmod if set
- bw_cite() – Display a cite tag unaffected by wpautop
- bw_cite__syntax() – Syntax for [bw_cite] shortcode
- bw_clear() – Implement the [clear] shortcode to create a div to clear the floats
- bw_clear_processed_posts() – Clear the array of processed posts
- bw_closer() – Determine if now is closer to wanted than the best so far
- bw_code() – Display information about a specific shortcode
- bw_codes() – Display a table of active shortcodes
- bw_codes__example() – Example for [bw_codes]
- bw_codes__help() – Help for [bw_codes] shortcode
- bw_codes__syntax() – Syntax 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_code__help() – Help for [bw_code] shortcode
- bw_code__syntax() – Syntax for [bw_code] shortcode
- bw_company() – Implement [bw_company] shortcode to display the company name
- bw_contact() – Implement [bw_contact] shortcode to display the primary contact name
- bw_contact_button() – Create a Contact me button
- bw_contact_button__example() –
- bw_contact_button__syntax() – Syntax for [bw_contact_button]
- bw_contact_form() – Implements the [bw_contact_form] shortcode
- bw_contact_form_id() – Return a unique contact form ID
- bw_contact_form_submit_button() – Create the submit button for the contact form
- bw_contact_form__example() – Implement example hook for [bw_contact_form]
- bw_contact_form__help() – Implement help hook for bw_contact_form
- bw_contact_form__snippet() – Implement snippet hook for [bw_contact_form]
- bw_contact_form__syntax() – Syntax hook for [bw_contact_form] shortcode
- bw_contact_user__example() – Implement example hook for [bw_user]
- bw_contact_user__help() – Implement help hook for bw_contact_user
- bw_contact_user__snippet() – Implement snippet hook for [bw_user]
- bw_contact_user__syntax() – Syntax hook for bw_contact_user
- bw_contact__syntax() – Syntax for [bw_contact] shortcode
- bw_content() – Format the full content of a post
- bw_context() – Set/return some contextual information
- bw_copyright() – Displays the copyright statement for the company
- bw_copyright__syntax() – Syntax for [bw_copyright] shortcode
- bw_core_signup_send_validation_email_message() – bw core signup send validation email message
- bw_core_signup_send_validation_email_to() – bw core signup send validation email to
- bw_count() –
- bw_countdown() – Implement the [bw_countdown] shortcode
- bw_countdown_date() – Return the required JavaScript date or, if it’s an adjustment, leave the adjustment as is
- bw_countdown__example() – Examples for [bw_countdown] shortcode
- bw_countdown__help() – Help hook for [bw_countdown]
- bw_countdown__snippet() – Snippet for [bw_countdown] shortcode
- bw_countdown__syntax() – Implement syntax hook for [bw_countdown]
- bw_count__help() – Help for [bw_count] shortcode
- bw_count__syntax() – Syntax for [bw_count] shortcode
- bw_create_file() – Create a file with the specified name in the specified directory
- bw_create_parsed_object() – Create the parsed object
- bw_crumbs() – Implement [bw_crumbs] shortcode
- bw_crumbs__help() – Implement help hook for [bw_crumbs] shortcode
- bw_crumbs__syntax() – Implement syntax hook for [bw_crumbs] shortcode
- bw_css__example() – Implement example hook for the bw_css shortcode
- bw_css__help() – Help hook for [bw_css] shortcode
- bw_css__syntax() – Implement syntax hook for the bw_css shortcode
- bw_csv() –
- bw_csv_content_array() – Display the contents of a CSV array
- bw_csv_content_array_list() – Display CSV as a list
- bw_csv_content_array_paged() – Paginate an array of CSV content
- bw_csv_content_array_select() – Select the parts of the array that will be displayed
- bw_csv_content_array_table() – Display CSV as a table
- bw_csv_dashicons() – Convert to dash icons
- bw_csv_expand_shortcodes() – Expand any shortcodes in the row
- bw_csv_get_funcs() – Get CSV formatting functions
- bw_csv_get_mapping() –
- bw_csv_output_list_item() – Display a list item
- bw_csv__example() – Example hook for [bw_csv] shortcode
- bw_csv__help() – Help hook for [bw_csv] shortcode
- bw_csv__snippet() – Snippet hook for [bw_csv] shortcode
- bw_csv__syntax() – Syntax hook for [bw_csv] shortcode
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.