get_the_post_meta() 공개 정적인 메소드

Uses the ID of the current post in the loop.
public static get_the_post_meta ( string $name, string $type = null ) : mixed
$name string Custom field name.
$type string Custom field type (optional).
리턴 mixed Meta value.
예제 #1
0
 function carbon_get_the_post_meta($name, $type = null)
 {
     return Helper::get_the_post_meta($name, $type);
 }