bbp_dashboard_widget_right_now_content_table_end

bbp_dashboard_widget_right_now_content_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_content_table_end') is found 1 times:

  • /includes/admin/metaboxes.php line 181
    177
    178
    179
    180
    181
    182
    183
    184
    185
                </tr>
     
            <?php endif; ?>
     
            <?php do_action( 'bbp_dashboard_widget_right_now_content_table_end' ); ?>
     
        </table>
     
    </div>