<?php
    
require('wp-config.php');
    
    
//call cronjob function
    
wimpq_cronjob();
?>