// Intagrate テンプレタグ(caption-no-tags-escaped)をタイトル用に短縮 add_filter('igp_template_caption_no_tags_escaped', function ($text) { $max = 30; // ←お好みで $plain = wp_strip_all_tags($text); if (mb_strlen($plain, 'UTF-8') > $max) { $plain = mb_substr($plain, 0, $max, 'UTF-8') . '…'; } // タイトルで使えるように attribute 向けにエスケープして返す return esc_attr($plain); });
Warning: Cannot modify header information - headers already sent by (output started at /home/fec/www/wp/wp-content/themes/fukuiwa/functions.php:50) in /home/fec/www/wp/wp-includes/feed-rss2-comments.php on line 8
耳鏡から見える風景 へのコメント https://fukuiwa-clinic.com/archives/5405 鹿児島県南さつま市加世田の耳鼻咽喉科・頭頸部外科・気管食道外科・アレルギー科・小児耳鼻咽喉科ふくいわ耳鼻咽喉科クリニックのホームページ Sat, 04 Jun 2022 22:14:39 +0000 hourly 1 https://wordpress.org/?v=5.9.1