'; } rtmedia_load_template(); if ( ! $rt_ajax_request ) { if ( 'buddypress' === $template_type ) { if ( function_exists( 'bp_is_group' ) && bp_is_group() ) { do_action( 'bp_after_group_media' ); do_action( 'bp_after_group_body' ); } if ( function_exists( 'bp_displayed_user_id' ) && bp_displayed_user_id() ) { do_action( 'bp_after_member_media' ); do_action( 'bp_after_member_body' ); } } echo '
'; if ( 'buddypress' === $template_type ) { if ( function_exists( 'bp_is_group' ) && bp_is_group() ) { do_action( 'bp_after_group_home_content' ); } if ( function_exists( 'bp_displayed_user_id' ) && bp_displayed_user_id() ) { do_action( 'bp_after_member_home_content' ); } } } } } else { // If ajax/iframe request, just load images. rtmedia_load_template(); } // close all markup. ?>