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" ) **?**
bw_global_excerpt() – Return the value of the GLOBAL post’s excerpt field setting it to the new value
bw_effort_save_postdata() – Saves the custom fields for this post when called for the ‘save_post’ action
bw_effort_meta_boxes() – Create "Fields" meta box for each field associated with each object type in the mapping
bw_default_empty_att() – Set a default value for an empty attribute value from the oik options or a hardcoded value
eartblock_41() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
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.
eartblock_40() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
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.
eartblock_31() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
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_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_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_() – 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.
oiku_edit_user_profile() – Implement "edit_user_profile" action for oik-user to display another user’s fields