bp_type_deleted, $type_term_id, $type_taxonomy

bp_type_deleted, $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_deleted, $type_term_id, $type_taxonomy') is found 1 times:

  • /bp-core/admin/bp-core-admin-types.php line 281

    Warning: Undefined array key 285 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 286 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	 *
    	 * @param integer $type_term_id  The Type's term_ID.
    	 * @param string  $type_taxonomy The Type's taxonomy name.
    	 */
    	do_action( 'bp_type_deleted', $type_term_id, $type_taxonomy );
    
    	// Finally informs about the successful delete.
    	return true;
    }