https://github.com/timersys/geo-flags
Geolocation Flags for WordPress
https://github.com/timersys/geo-flags
geoip geolocation wordpress
Last synced: 2 months ago
JSON representation
Geolocation Flags for WordPress
- Host: GitHub
- URL: https://github.com/timersys/geo-flags
- Owner: timersys
- License: gpl-2.0
- Created: 2017-11-02T21:38:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T14:11:04.000Z (almost 7 years ago)
- Last Synced: 2025-11-27T16:40:55.961Z (7 months ago)
- Topics: geoip, geolocation, wordpress
- Language: PHP
- Homepage: https://geotargetingwp.com
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Geo Flags
=========================
WordPress plugin that let's you show geotargeted content to your users based on their IP
Requirements
--------
* PHP >= 5.5
* WordPress 3.6
* GeotargetingPRO plugin installed and a valid https://geotargetingwp.com api license
Installation
--------
Run `composer require timersys/geo-flags` from your WordPress root. This will automatically add dependencies to /vendor and plugin to /wp-content/plugins/
Run `composer create-project timersys/geo-flags geo-flags inside your /wp-content/plugins to directly install plugin and depencies into the same dir.`