#
Get Asset File Name
This self-closing shortcode returns the URL path to the specified asset file in the database. Typically, this shortcode is used within an entry or repeater shortcode.
Attributes:
Shortcode:
[get_asset_file_url]
Code Example:
<img alt="[get_asset_file_name id={{article_image}}]" class="img-fluid" src="[get_asset_file_url id={{blog_image}}]" />