File: /var/www/innodrive/cron/wp-mock.php
<?php
if (!function_exists('site_url')) {
function site_url() {
return 'innodrive.ru';
}
}
if (!function_exists('home_url')) {
function home_url() {
return 'innodrive.ru';
}
}
if (!function_exists('plugins_url')) {
function plugins_url( $url ) {
return $url;
}
}
if (!function_exists('get_bloginfo')) {
function get_bloginfo() {
return '';
}
}
if (!function_exists('get_site_url')) {
function get_site_url() {
return 'https://innodrive.ru';
}
}
if (!function_exists('__')) {
function __($text) {
return $text;
}
}