如何从WordPress媒体库中获取特定的图像替代文本?

时间:2018-07-27 09:10:35

标签: php html wordpress

我在WordPress媒体库中存储了一堆图像。通过使用WordPress UI,每个按钮都有一个替换文本,如下所示:

enter image description here

我正在尝试从我的php模板文件中获取图像alt文本。我到底该怎么做?

我知道我可以使用get_template_directory_uri()方法获取网址

<img src="<?php echo get_template_directory_uri(); ?>/path/to/logo/logo.png">

但是我如何才能在媒体库中专门获取图像的替代文本?

0 个答案:

没有答案