bp_delete_site, $site_id, $drop
bp_delete_site, $site_id, $drop
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_delete_site, $site_id, $drop') is found 1 times:
- /bp-core/bp-core-wpabstraction.php line 428
Warning: Undefined array key 430 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 431 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 432 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 433 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @param int $site_id The site ID. * @param bool $drop True if site's table should be dropped. Default is false. */ do_action( 'bp_delete_site', $site_id, $drop ); } add_action( 'wp_validate_site_deletion', 'bp_delete_site', 10, 2 );