// 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
「第29回日本医学会総会2015関西」に出席 へのコメント
https://fukuiwa-clinic.com/archives/1611
鹿児島県南さつま市加世田の耳鼻咽喉科・頭頸部外科・気管食道外科・アレルギー科・小児耳鼻咽喉科ふくいわ耳鼻咽喉科クリニックのホームページ
Sun, 19 Apr 2015 09:27:37 +0000
hourly
1
https://wordpress.org/?v=5.9.1