bw_default_empty_att() – Set a default value for an empty attribute value from the oik options or a hardcoded value
bw_eblock_() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_eblock_25() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_eblock_30() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_eblock_31() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_eblock_40() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_eblock_41() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_effort_meta_boxes() – Create "Fields" meta box for each field associated with each object type in the mapping
bw_effort_save_postdata() – Saves the custom fields for this post when called for the ‘save_post’ action
bw_global_excerpt() – Return the value of the GLOBAL post’s excerpt field setting it to the new value
bw_nivo_enqueue_script() – Enqueue the debug script if needed otherwise enqueue the minified (packed) one
bw_trace_action_end() – Trace the fact that an action has completed Notes: – We assume that priority of 1000 is the highest anyone will set – When the action is shutdown we call bw_trace_report_actions() – this could just as easily have been added using add_action( "shutdown", "bw_trace_report_actions" ) **?**