{$component}_cover_image_deleted, $item_id
{$component}_cover_image_deleted, $item_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('{$component}_cover_image_deleted, $item_id') is found 1 times:
- /bp-core/bp-core-attachments.php line 1693
* @since 2.8.0 * * @param int $item_id Inform about the item id the cover image was deleted for. */ do_action( "{$component}_cover_image_deleted", $item_id ); // Handle deprecated xProfile action. if ( 'members' === $component ) { /** This filter is documented in wp-includes/deprecated.php */ do_action_deprecated( 'xprofile_cover_image_deleted', array( $item_id ), '6.0.0', 'members_cover_image_deleted' ); }