'Is it possible to get the handle name of the css added by wp_add_inline_style?

I was able to get the script to load with the global variable global $wp_styles using this article as a reference. https://wordpress.stackexchange.com/questions/233140/how-can-i-get-a-list-of-all-enqueued-scripts-and-styles

But I can't get the css added by wp_add_inline_style

I would like to know how to get the handle name of the css added by wp_add_inline_style.

Or I want to get the handle name of inline_style that depends on the script retrieved by global $wp_styles.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source