bbp_is_reply_edit

bbp_is_reply_edit

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_reply_edit') is found 1 times:

  • /includes/common/template.php line 488
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_reply_edit', $retval );
    }
     
    /**
     * Check if current page is a reply move page
     *
     * @return bool True if it's the reply move page, false if not