bbp_dashboard_widget_right_now_discussion_table_end

bbp_dashboard_widget_right_now_discussion_table_end

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_dashboard_widget_right_now_discussion_table_end') is found 1 times:

  • /includes/admin/metaboxes.php line 274
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
                </tr>
     
            <?php endif; ?>
     
            <?php do_action( 'bbp_dashboard_widget_right_now_discussion_table_end' ); ?>
     
        </table>
     
    </div>
     
    <?php do_action( 'bbp_dashboard_widget_right_now_table_end' ); ?>