-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# FABIII-WordPress-Plugin | ||
WordPress Plugin for exposing Member States' bailiffs data | ||
WordPress Plugin publishig Member States' bailiffs data | ||
|
||
Development of an open-source WordPress Plugin endpoints publishing real-time data to the FAB Directory. | ||
|
||
This solution aims to satisfy the integration of National Registries with existing CMS frameworks but without having REST API capabilities, in order to connect to the FAB Directory. The Plugin builds the REST API endpoints upon the existing WordPress installation. | ||
|
||
In order for the Plugin to be used, the **$args** of **get_posts** as well as of the **get_field** should be edited based on the installation's **custom post types** and the **custom fields**. | ||
|
||
Also, the function get_field is used by the ACF Plugin. If the installation uses a fifferent way to create the data, the function **get_post_meta()** should be used. | ||
|
||
Contact: [email protected] |