<?php add_post_meta($post_id, $meta_key, $meta_value, $unique); ?> For example, to add the meta_key “visible” and the value “true” to post 396 ...
確定! 回上一頁