bbp_theme_after_reply_content

bbp_theme_after_reply_content

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_reply_content') is found 2 times:

  • /templates/default/bbpress/loop-search-reply.php line 54

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

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

    50
    51
    52
    53
    54
    55
    56
    57
            <?php do_action( 'bbp_theme_before_reply_content' ); ?>
     
            <?php bbp_reply_content(); ?>
     
            <?php do_action( 'bbp_theme_after_reply_content' ); ?>
     
        </div><!-- .bbp-reply-content -->
    </div><!-- #post-<?php bbp_reply_id(); ?> -->
  • /templates/default/bbpress/loop-single-reply.php line 66

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

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

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

    62
    63
    64
    65
    66
    67
    68
    69
            <?php do_action( 'bbp_theme_before_reply_content' ); ?>
     
            <?php bbp_reply_content(); ?>
     
            <?php do_action( 'bbp_theme_after_reply_content' ); ?>
     
        </div><!-- .bbp-reply-content -->
    </div><!-- .reply -->