deleted_usermeta

deleted_usermeta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('deleted_usermeta') is found 1 times:

  • /wp-includes/deprecated.php line 2250
    	clean_user_cache( $user_id );
    	wp_cache_delete( $user_id, 'user_meta' );
    
    	if ( $cur && $cur->umeta_id )
    		do_action( 'deleted_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
    
    	return true;
    }
    
    /**
     * Retrieve user metadata.