Skip to content

Instantly share code, notes, and snippets.

View zeus1921's full-sized avatar

zeus1921

  • Portugal
View GitHub Profile
@ezekg
ezekg / import-store-locations.php
Last active December 22, 2022 08:35
Import CSV script for WP Store Locator plugin
<?php
/**
* This is a quick and dirty script. This should NEVER be run on a production server.
*
* Include this script at the bottom of your functions.php file, e.g.
*
* ```php
* // Your functions.php file
* // ...