vektor-inc / vk-all-in-one-expansion-unit

wordpress plugin of powerful support
https://ja.wordpress.org/plugins/vk-all-in-one-expansion-unit/
GNU General Public License v2.0
7 stars 1 forks source link

9.68.0.1 に更新後、トップ部分に下記コードが表示される #736

Closed Hideo-Ninomiya closed 3 years ago

Hideo-Ninomiya commented 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 管理画面も、ブラウザーで表示させても上記コードが表示されてしまいます。

kurudrive commented 3 years ago

私の環境では発生しないので、調査のため該当URLを貼れませんか?

Hideo-Ninomiya commented 3 years ago

https://www.mokuren.website/ です。 宜しくお願い致します。

kurudrive commented 3 years ago

9.68.1.0 アップしましたのでアップデートの上ご確認ください。

Hideo-Ninomiya commented 3 years ago

はい、確認しました。 出なくなりました。ありがとうございます!