wp_get_attachment_thumb_url 获取图片附件的缩略图URL

Posted in:
Update time:2020-10-27

函数描述

获取图片附件的缩略图 URL

Usage

<?php wp_get_attachment_thumb_url( $attachment_id ); ?>

parameters

parametersdata typeRequired or notdescriptivedefault value
$attachment_idinteger (math.)clogged附件ID0

return value

字符串或布尔值:获取成功返回缩略图的 URL,失败返回 False。

usage example

<?php 
$thumb_id = 25;
$url = wp_get_attachment_thumb_url( $thumb_id );
?>

<img src="<?php echo $url ?>"/>

We offer WordPress Themes and Plugins Custom Development Services

This site has long undertaken WordPress themes, plugins, WooCommerce-based store mall development business. We have 10 years of experience in WordPress development, if you want to Developing Websites with WordPress, please contact WeChat: iwillhappy1314 or email: amos@wpcio.com for inquiries.

发表回复

Your email address will not be published. 必填项已用 * 标注

*