@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
add_filter('cocoon_search_title',function ($title){//tweet検索のときだけ if (isset($_GET['post_type']) && $_GET['post_type']==='tweet'){return '店主のつぶやき｜検索結果'}return $title;});