Written by Anonymous
// [C] 広告 add_filter( 'widget_ad_text', 'replace_anchor_links', 12 ); // [C] 広告(PC用) add_filter( 'widget_pc_ad_text', 'replace_anchor_links', 12 ); // [C] 広告(モバイル用) add_filter( 'widget_mobile_ad_text', 'replace_anchor_links', 12 );