deleted_usermeta

deleted_usermeta

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('deleted_usermeta') is found 1 times:

  • /wp-includes/deprecated.php line 2254
    2250
    2251
    2252
    2253
    2254
    2255
    2256
    2257
    2258
    2259
    2260
        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.