PluginProbe
Event Post / 6.1.1
Event Post v6.1.1
6.1.1 6.1.0 6.0.1 6.0.0 5.12.0 trunk 3.9 4.0 4.2 4.3 4.4 4.5 5.0 5.1 5.10.0 5.10.1 5.10.2 5.10.3 5.10.4 5.11.0 5.11.1 5.2 5.5 5.6 5.6.1 All 46 releases
event-post / inc / export / vcs.php

vcs.php in Event Post 6.1.1, at inc/export/vcs.php

14 lines 195 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * VCS Export
4 *
5 * @package event-post
6 * @version 6.1.1
7 * @since 5.4
8 */
9
10 if ( ! defined( 'ABSPATH' ) ) exit;
11
12 $mime='x-vcalendar';
13 $format='vcs';
14 include('ics.php');