=== get_custom_field_template === Contributors: 進撃のafiruworks Donate link: http://afiru.net/ Tags: custom_field,array Requires at least: 3.3 Tested up to: 4.6.1 Stable tag: License: afiru License URI: http://afiru.net/ カスタムフィールドの値を配列に戻します。 == Description == if(function_exists('get-custom-field-template')) { $配列変数 = get-custom-field-template($post->ID); } これを入れるだけで、カスタムフィールドの値をすべて配列へ置き換えます。 == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'get_custom_field_template' menu in WordPress 1. Place `ID); } ?>` in your templates == Frequently asked questions == == Screenshots == == Changelog == == Upgrade notice == == Arbitrary section 1 ==