bbp_toggle_forum_notice_admin

bbp_toggle_forum_notice_admin

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_toggle_forum_notice_admin') is found 1 times:

  • /includes/admin/forums.php line 463
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
            break;
    }
     
    // Do additional forum toggle notice filters (admin side)
    $message = apply_filters( 'bbp_toggle_forum_notice_admin', $message, $forum_id, $notice, $is_failure );
    $class   = ( $is_failure === true )
        ? 'error'
        : 'updated';
     
    // Add the notice
    bbp_admin()->add_notice( $message, $class, true );