Warning: Undefined variable $twitter in /home/may31/zaitakukinmublog.com/public_html/wp-content/themes/keni80_wp_standard_all_202005011546/keni/module/keni-sns/keni-sns.php on line 796

Warning: foreach() argument must be of type array|object, null given in /home/may31/zaitakukinmublog.com/public_html/wp-content/themes/keni80_wp_standard_all_202005011546/keni/module/keni-sns/keni-sns.php on line 796
$print_str = ob_get_contents(); ob_end_clean(); echo $print_str; } add_action( 'wp_head', 'keni_header_ogp' ); //--------------------------------------------------------------------------- // 管理画面上での個別title/descriptionの指定 //--------------------------------------------------------------------------- if ( get_option( 'keni_disabled_disp_ogp_facebook', '1' ) != "1" ) { add_action( 'save_post', 'save_ogp_string' ); add_action( 'add_meta_boxes', 'add_ogp_box' ); } if ( ! function_exists( 'add_ogp_box' ) ) { function add_ogp_box() { // // ランディングページのディレクトリ名を取得 // if ( ! defined( 'LP_DIR' ) ) { // define( 'LP_DIR', the_keni( 'lp_dir' ) ); // } add_meta_box( 'ogp', 'OGP・Microdata・Twitterカードの個別設定', 'ogp_setting', 'post', 'normal' ); add_meta_box( 'ogp', 'OGP・Microdata・Twitterカードの個別設定', 'ogp_setting', 'page', 'normal' ); // add_meta_box( 'ogp', 'OGP・Microdata・Twitterカードの個別設定', 'ogp_setting', LP_DIR, 'normal' ); // LP、その他用フック do_action( 'keni_sns_ogp_setting' ); } } if ( ! function_exists( 'ogp_setting' ) ) { function ogp_setting() { $image_src = ""; if ( isset( $_GET['post'] ) ) { $page_ogp_title = get_post_meta( $_GET['post'], 'page_ogp_title', true ); $page_ogp_description = get_post_meta( $_GET['post'], 'page_ogp_description', true ); $page_ogp_img = get_post_meta( $_GET['post'], 'page_ogp_img', true ); $image_id = get_post_meta( get_the_ID(), 'page_ogp_img', true ); $image_src = wp_get_attachment_image_src( $image_id, 'medium' ); if ( $image_src !== false ) { $image_src = ""; } else { $image_src = ""; } } else { $page_ogp_title = ""; $page_ogp_description = ""; $page_ogp_img = ""; } $page_ogp_title = esc_html( $page_ogp_title ); $page_ogp_description = esc_html( $page_ogp_description ); $page_ogp_img = esc_html( $page_ogp_img ); $button_str = __( 'Upload Image', 'keni' ); $clear_button_str = __( 'Clear', 'keni' ); keni_the_media_upload_script(); echo <<
  • タイトル

  • ディスクリプション

  • FBのOGP画像

    {$image_src}

  • EOL; } } if ( ! function_exists( 'save_ogp_string' ) ) { function save_ogp_string( $post_id ) { if ( isset( $_POST['page_ogp_title'] ) ) { update_post_meta( $post_id, 'page_ogp_title', $_POST['page_ogp_title'] ); } if ( isset( $_POST['page_ogp_description'] ) ) { update_post_meta( $post_id, 'page_ogp_description', $_POST['page_ogp_description'] ); } if ( isset( $_POST['page_ogp_img'] ) ) { update_post_meta( $post_id, 'page_ogp_img', $_POST['page_ogp_img'] ); } } } if ( ! function_exists( 'keni_get_sns' ) ) { function keni_get_sns( $link_str = "", $title_str = "", $disp = false ) { $link = ""; $title = ""; if ( $link_str != "" ) { $link = ' data-url="' . esc_attr( $link_str ) . '"'; } if ( $title_str != "" ) { $title_str = urlencode( $title_str ); } if ( $title_str != "" ) { $title = ' data-title="' . esc_attr( $title_str ) . '"'; } ob_start(); ?>
    Warning: Undefined variable $link_str in /home/may31/zaitakukinmublog.com/public_html/wp-content/themes/keni80_wp_standard_all_202005011546/keni/module/keni-sns/keni-sns.php on line 927

    Warning: Undefined variable $title_str in /home/may31/zaitakukinmublog.com/public_html/wp-content/themes/keni80_wp_standard_all_202005011546/keni/module/keni-sns/keni-sns.php on line 927

    Warning: Undefined variable $disp in /home/may31/zaitakukinmublog.com/public_html/wp-content/themes/keni80_wp_standard_all_202005011546/keni/module/keni-sns/keni-sns.php on line 929
    XML Sitemap

    XML Sitemap Index

    This XML sitemap is used by search engines which follow the XML sitemap standard. This file contains links to sub-sitemaps, follow them to see the actual sitemap content.

    This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo.

    URL of sub-sitemapLast modified (GMT)
    https://zaitakukinmublog.com/sitemap-misc.html2025-07-14T07:31:27+00:00
    https://zaitakukinmublog.com/category-sitemap.html2025-07-14T07:31:27+00:00
    https://zaitakukinmublog.com/post-sitemap.html2025-07-14T07:31:27+00:00
    https://zaitakukinmublog.com/page-sitemap.html2023-11-08T07:04:49+00:00