bp_type_updated, $type_term_id, $type_taxonomy

bp_type_updated, $type_term_id, $type_taxonomy

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_type_updated, $type_term_id, $type_taxonomy') is found 1 times:

  • /bp-core/admin/bp-core-admin-types.php line 200
    	 *
    	 * @param integer $type_term_id  The Type's term_ID.
    	 * @param string  $type_taxonomy The Type's taxonomy name.
    	 */
    	do_action( 'bp_type_updated', $type_term_id, $type_taxonomy );
    
    	// Finally informs about the successful update.
    	return true;
    }
    
    /**