add calendar events

This commit is contained in:
2021-10-31 13:01:31 +03:00
parent cbefa787b1
commit f97013cfaf
16 changed files with 701 additions and 52 deletions

14
src/eventcalendar.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
ini_set('display_errors','on');
error_reporting(E_ALL);
require '/vhosts/beta/wp-load.php';
//require '/thosts/vij/wp/wp-load.php';
if (isset($_GET['month']) and $_GET['year']){
calend_block($_GET['month'], $_GET['year']);
}