質問編集履歴
1
code修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
-
if ( metadata_exists( 'post', $post->ID, '1aa') && metadata_exists( 'post', $post->ID, '1
|
69
|
+
if ( metadata_exists( 'post', $post->ID, '1aa') && metadata_exists( 'post', $post->ID, '1bb')) {
|
70
70
|
|
71
71
|
$get1aadate = get_post_meta( $post->ID, '1aa', true );
|
72
72
|
|