php 活动日历:在新窗口中打开活动链接。 - 与“制作事件标题链接到事件Websi”结合使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 活动日历:在新窗口中打开活动链接。 - 与“制作事件标题链接到事件Websi”结合使用相关的知识,希望对你有一定的参考价值。

<?php

/**
 * The Events Calendar: Make event links open in a new window.
 *
 * To be used in conjunction with the "Make Event Titles Link to the Event
 * Website URL" extension.
 *
 * @link https://theeventscalendar.com/extensions/make-event-titles-link-to-the-event-website-url/
 * @link https://gist.github.com/cliffordp/3bdd3857f905c0927dc5c5594f97e319
 */
function tec_event_links_open_new_window( $link ) {
	$link = str_replace( '<a href="', '<a target="_blank" href="', $link );
	return $link;
}

add_filter ( 'tribe_events_get_event_link', 'tec_event_links_open_new_window' );

以上是关于php 活动日历:在新窗口中打开活动链接。 - 与“制作事件标题链接到事件Websi”结合使用的主要内容,如果未能解决你的问题,请参考以下文章

FullCalendar:在新选项卡/窗口中打开 gcal 事件

php 活动日历:将活动档案的iCalendar导出链接更改为webcal://

php 活动日历:将活动档案的iCalendar导出链接更改为webcal://

php 活动日历PRO:禁用所有“查看全部”文本和重复活动的链接。

php 活动日历PRO:禁用所有“查看全部”文本和重复活动的链接。

如何在新窗口中打开PHP图像链接