add cache blocks
This commit is contained in:
16
src/cacheblock.php
Normal file
16
src/cacheblock.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
//ini_set('display_errors', '1');
|
||||
|
||||
require '/thosts/vij/wp/wp-load.php';
|
||||
require 'createblock.php';
|
||||
|
||||
if (!isset($_GET['block'])){
|
||||
exit;
|
||||
}
|
||||
|
||||
create_block($_GET['block']);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user