post_author; $show_post_author_box = apply_filters( 'sabox_check_if_show_post_author_box', true, $sabox_options ); do_action( 'sabox_before_author_box', $sabox_options ); if ( $show_post_author_box ) { include( $template ); } do_action( 'sabox_after_author_box', $sabox_options ); $sabox = ob_get_clean(); $return = $saboxmeta . $sabox; // Filter returning HTML of the Author Box $saboxmeta = apply_filters( 'sabox_return_html', $return, $sabox, $saboxmeta ); } return $saboxmeta; } }