bbp_template_after_user_wrapper

bbp_template_after_user_wrapper

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_after_user_wrapper') is found 1 times:

  • /templates/default/bbpress/content-single-user.php line 36

    Warning: Undefined array key 38 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 39 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 40 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 41 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    32
    33
    34
    35
    36
    37
    38
                <?php if ( bbp_is_single_user_profile()     ) bbp_get_template_part( 'user', 'profile'         ); ?>
            </div>
        </div>
     
        <?php do_action( 'bbp_template_after_user_wrapper' ); ?>
     
    </div>