Closed Hideo-Ninomiya closed 3 years ago
head_title', 'cf_name' => 'veu_head_title', 'title' => ( 'Head Title', 'vk-all-in-one-expansion-unit' ), 'priority' => 50, ); parent::construct( $this->args ); } /* metabox_body_form Form inner @return [type] [description] / public function metabox_body_form( $cf_value ) { global $post; $post_meta = get_post_meta( $post->ID, $this->args['cf_name'], true ); $title = ! empty( $post_meta['title'] ) ? $post_meta['title'] : ''; $checked = checked( ! empty( $post_meta['add_site_title'] ), true, false ); $form = ''; $form .= ' ' . esc_attr( $title ) . ' '; $form .= ' ' . __( 'If there is any input here, the input will be reflected in the title tag.', 'vk-all-in-one-expansion-unit' ) . '
'; $form .= ' ' . __( 'Please note that the notation on the page will not be rewritten.', 'vk-all-in-one-expansion-unit' ) . '
'; $form .= ''; $form .= ''; $form .= __( 'Add Separator and Site Title', 'vk-all-in-one-expansion-unit' ); $form .= ''; return $form; } } // class VEU_Metabox_Head_Title { $VEU_Metabox_Head_Title = new VEU_Metabox_Head_Title();
WordPress 管理画面も、ブラウザーで表示させても上記コードが表示されてしまいます。
私の環境では発生しないので、調査のため該当URLを貼れませんか?
https://www.mokuren.website/ です。 宜しくお願い致します。
9.68.1.0 アップしましたのでアップデートの上ご確認ください。
はい、確認しました。 出なくなりました。ありがとうございます!
head_title', 'cf_name' => 'veu_head_title', 'title' => ( 'Head Title', 'vk-all-in-one-expansion-unit' ), 'priority' => 50, ); parent::construct( $this->args ); } /* metabox_body_form Form inner @return [type] [description] / public function metabox_body_form( $cf_value ) { global $post; $post_meta = get_post_meta( $post->ID, $this->args['cf_name'], true ); $title = ! empty( $post_meta['title'] ) ? $post_meta['title'] : ''; $checked = checked( ! empty( $post_meta['add_site_title'] ), true, false ); $form = ''; $form .= ' ' . esc_attr( $title ) . ' '; $form .= ' ' . __( 'If there is any input here, the input will be reflected in the title tag.', 'vk-all-in-one-expansion-unit' ) . '
'; $form .= ' ' . __( 'Please note that the notation on the page will not be rewritten.', 'vk-all-in-one-expansion-unit' ) . '
'; $form .= ''; $form .= ''; $form .= __( 'Add Separator and Site Title', 'vk-all-in-one-expansion-unit' ); $form .= ''; return $form; } } // class VEU_Metabox_Head_Title { $VEU_Metabox_Head_Title = new VEU_Metabox_Head_Title();
WordPress 管理画面も、ブラウザーで表示させても上記コードが表示されてしまいます。