Get the full URI to your theme’s main folder

PHOTO EMBED

Tue Mar 16 2021 06:19:25 GMT+0000 (Coordinated Universal Time)

Saved by @francis_cubi

echo get_parent_theme_file_uri( 'images/logo.png' );
//or
echo get_parent_theme_file_path( 'images/logo.png' );
content_copyCOPY

https://developer.wordpress.org/themes/basics/linking-theme-files-directories/