RWMB_Field::end_html PHP 메소드

end_html() 공개 정적인 메소드

Show end HTML markup for fields
public static end_html ( mixed $meta, array $field ) : string
$meta mixed
$field array
리턴 string
	public static function end_html( $meta, $field ) {
		return RWMB_Clone::add_clone_button( $field ) . self::call( 'element_description', $field ) . '</div>';
	}