Skip to content

Commit b31758f

Browse files
author
Benjamin Pick
committed
[docs] add titles [ci skip]
1 parent a64a8e9 commit b31758f

12 files changed

+34
-62
lines changed

docs/API-Usage-Examples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: API Usage Examples
3+
---
14
_(Feel free to add your own examples on this page.)_
25

36
## Basic Use

docs/API:-AJAX.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "API: AJAX"
3+
---
14
You are using a site cache? This is what AJAX mode is made for. It needs to be enabled in the options.
25

36
If the cached HTML is geo-independent, yet it should be customized depending on the geo-data, then now you can use this AJAX call to figure out the user's location. You can then use this information to show/hide content, inject the country name into a field, redirect to a different page, etc.

docs/API:-PHP.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "API: PHP"
3+
---
14
These are the PHP functions that you can use in your theme or plugin:
25

36
```php

docs/API:-Shortcodes-for-Contact-Form-7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "API: Shortcodes for Contact Form 7"
3+
---
14
These shortcodes you can use in forms created with [WP ContactForm7](http://wordpress.org/plugins/contact-form-7/):
25

36
### Create a select input with all countries

docs/API:-Shortcodes-for-WP-Forms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "API: Shortcodes for WP Forms"
3+
---
14
These shortcodes you can use in forms created with [WP Forms Lite / WP Forms Pro](https://wordpress.org/plugins/wpforms-lite/):
25

36

docs/API:-Shortcodes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "API: Shortcodes"
3+
---
14
### Geolocation Information
25

36
Examples:

docs/Beta-Testing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "Beta Testing"
3+
---
14
New bug fixes and features usually sit in the repository for a while as beta before I release it to everybody.
25

36
So it would be great if you can install the beta version in your development install and tell me if everything works, especially the features that have changed recently! And consider joining the conversation at the [Beta Testing Team](https://github.com/yellowtree/geoip-detect/discussions/100)!

docs/Developers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: "To Developers"
3+
---
14
So you are a developer looking on how to get started to modify this plugin? Great! Here are some hints:
25

36
## About the project

docs/FAQ.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: Frequently Asked Quetions
3+
---
14
## Something doesn't work. What can I do?
25

36
See [Troubleshooting](./Troubleshooting.md).

docs/How-to-migrate-from-v1-to-v2.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)