bobbcomp::bw_get_option() – Get the value of an option field
bw_array_get() – Return the array[index] or array->index (for an object) or a default value if not set
bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
bw_array_get_from() – Return the value from a list of possible parameters
bw_array_get_unkeyed() – Return all the unkeyed items as an unkeyed array
bw_check_gitrepos() – Implement ‘pre_current_active_plugins’ to perform Git repo checking
bw_fields_get_dimensions() – Return the size of an attached image
bw_fields_get_featured_image() – Return a featured image
bw_fields_get_file_size() – Return the file size of an attached file
bw_fields_get_google_map() – Return the Google Map for the given _post_code, _lat and _long
bw_fields_get_thumbnail() – Return the thumbnail for the featured image
bw_follow_link_gener() – Create a follow me link using genericons
bw_form_sc_get_first_parm_name() – Get first parm name
bw_gallery() – Gallery logic
bw_geo() – Implement [bw_geo] shortcode
bw_geocode_googlemap() – Geocode the given address to return the lat and long
bw_geo__syntax() – Syntax for [bw_geo] shortcode
bw_geshi_highlight() – Our version of geshi_highlight
bw_geshi_it() – Perform GeSHi – Generic Syntax Highlighter processing
bw_geshi__example() – Implement example hook for the bw_geshi shortcode
bw_geshi__help() – Help hook for the bw_geshi shortcode
bw_geshi__syntax() – Syntax hook for the bw_geshi shortcode
bw_getlocale() – Return the selected locale
bw_get_active_plugins() – Return an array of ALL active plugins – for single or multisite
bw_get_add_new_button_text() – Display the "Add new" button for the post type.
bw_get_all_plugin_names() – Returns an associative version of the active plugins array
bw_get_attached_file_name() – Return the ‘correct’ URL for the attached image
bw_get_attached_image() – Get the attached image
bw_get_attachment_thumbnail() – Get the "thumbnail" image for an attachment
bw_get_best_fit() – Get best fitting image file name WITHOUT resizing
bw_get_by_metakey_array() – Load posts by meta_key array
bw_get_by_size() – Find the best fitting file for the chosen size
bw_get_categories() – Get the list of categories for this "post" as a string of slugs separated by commas
bw_get_cms_type() – Determine the CMS type
bw_get_content() –
bw_get_css_classname() – Return a CSS class name for the given value
bw_get_current_user_id() – Return the current user ID if there is one
bw_get_domain() – Return the domain for the site
bw_get_edit_post_link() – Get an edit post link for use in emails
bw_get_email_default() – Return a default email message
bw_get_email_headers() – Set the email headers for the wp_mail() call
bw_get_email_message() – Build the email message
bw_get_email_subject() – Return the subject of the email
bw_get_field_data() – Return the field data
bw_get_field_data_arg() – Return the value from a fields #args array, setting the default if not defined
bw_get_field_names() – Return the array of field names for the selected post
bw_get_file_time() – Get the file’s timestamp
bw_get_fullimage() – Return a full sized image for the post
bw_get_image_size() – Return an array suitable for passing to image functions to determine the size
bw_get_latest_parsed_source_by_sourceref() – Load the latest parsed source – if it is the latest
bw_get_list_table() – Fetch an instance of the BW_List_Table class
bw_get_logo_image_url() – Get logo image URL
bw_get_me() – Return the tooltip value for "me"
bw_get_message() – Return the sanitized message text
bw_get_nav_menus() – Return an array of top level nav menus
bw_get_noderef_id() – Return a noderef ID from a post
bw_get_num_queries() – Return the number of database queries performed so far
bw_get_option() – Get the value of an option field
bw_get_option_arr() – Retrieve the requested option value depending on the $atts array
bw_get_parm_shortcode_id() – Return the page for the shortcode ID
bw_get_parsed_source_by_sourceref() – Get the parsed source object by sourceref
bw_get_parse_count() – Return the "parse_count" from the parsed source
bw_get_plugin_name() – Get the full plugin name given the slug
bw_get_plugin_slugs() – Obtain the plugin slugs
bw_get_plugin_version() – Returns current plugin version.
bw_get_post() – Get the post / custom post type identified by the ID and post type
bw_get_posts() – Wrapper to get_posts()
bw_get_post_class() – Return the post classes given the post id
bw_get_post_id() – Return the global post_id and, if different global id, for tracing
bw_get_random_image() – Return a random image from the images attached to the post
bw_get_shortcode_callback() – Return the shortcode’s callback function
bw_get_shortcode_expands_in_titles() – Return Yes / No to indicate if a shortcode expands in titles
bw_get_shortcode_function() – Return the function to invoke for the shortcode
bw_get_shortcode_id() – Return the next unique shortcode ID
bw_get_shortcode_syntax_link() – Display the shortcode, syntax and link
bw_get_shortcode_title_expansion() – Query the value for shortcode expansion for "the_title"
bw_get_slug() – Return the slug part of a plugin name
bw_get_sourceref() – Return the ID of the source post
bw_get_special_post_type() – Get special post types
bw_get_spt_nggallery() – Get posts for the NextGen gallery
bw_get_spt_screenshot() – Load screenshot images for the selected plugin (or other plugin files)
bw_get_subject() – Return the sanitized message subject
bw_get_theme_name() – Return the WP_theme object for the named theme
bw_get_theme_server() – Determine the server that supports this theme
bw_get_theme_slugs() –
bw_get_theme_version() – Returns current theme version.
bw_get_the_content() – Expand shortcodes in the content
bw_get_the_excerpt() – Expands shortcodes in the excerpt
bw_get_thumbnail() – Get the post thumbnail
bw_get_thumbnail_size() – Validate the thumbnail size, returning appropriate value for subsequent calls
bw_get_thumbnail_src() – Return the source file name for the appropriately sized thumbnail image
bw_get_tide_info() – Gets tide information from the $tide_url
bw_get_url() –
bw_get_user() – Return user information
bw_get_users() – Simple wrapper to get_users
bw_get_user_field() – Given a valid user ID return the required field, which may be from a set such as bw_options
bw_get_user_meta() – Return the user meta data for user $ID and key $key
bw_get_user_option() – Return a user option field – which may come from a composite field
- 1
- 2
- 3
- …
- 5
- Next Page »