bbp_is_reply_move

bbp_is_reply_move

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_reply_move') is found 1 times:

  • /includes/common/template.php line 507
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_reply_move', $retval );
    }
     
    /**
     * Viewing a single reply
     *
     * @since 2.0.0 bbPress (r3344)