bbp_get_admin_link

bbp_get_admin_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_admin_link') is found 1 times:

  • /includes/users/template.php line 778
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
            $retval = $r['before'] . '<a href="' . esc_url( admin_url() ) . '">' . $r['text'] . '</a>' . $r['after'];
     
            // Filter & return
            return apply_filters( 'bbp_get_admin_link', $retval, $r, $args );
        }
     
    /** User IP *******************************************************************/
     
    /**
     * Output the author IP address of a post