bp_admin_load_

bp_admin_load_

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_admin_load_') is found 1 times:

  • /bp-core/classes/class-bp-admin-types.php line 144
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
         * Fires when a Types Admin Screen is loading.
         *
         * @since 14.0.0
         */
        do_action( 'bp_admin_load_' . $this->taxonomy );
    }
     
    /**
     * Handle BP Type actions.
     *
     * @since 7.0.0