Description
Trace the 'wp' action
Usage
bw_trace_wp( $WP_Environment_Instance );Parameters
- $WP_Environment_Instance
- ( object ) required –
Returns
voidSource
File name: oik-bwtrace/includes/oik-actions.phpLines:
1 to 11 of 11
function bw_trace_wp( $WP_Environment_Instance ) { bw_trace2(); $home = is_home(); $front = is_front_page(); $show_on_front = get_option( "show_on_front" ); $page_on_front = get_option( "page_on_front" ); $page_for_posts = get_option( "page_for_posts" ); bw_trace2( "show,page,posts", "$show_on_front,$page_on_front,$page_for_posts", false ); bw_trace2( $home, "home", false ); bw_trace2( $front, "front", false ); }View on GitHub View on Trac
Called by
Invoked by
Call hooks
API Letters:
