manifest / integrations / poleacn-algolia-sync-plugin
Poleacn - Algolia Sync
Sync data from Wordpress to Algolia
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mill3/poleacn-algolia-sync-plugin/archive/refs/heads/master.zipDeclares an update source (Mill3/poleacn-algolia-sync-plugin), so updates arrive through the plugin's own updater.
From the readme
Plugin structure :
Namespace : WpAlgolia
Main plugin class
init Algolia client instance
set supported post-type
WpAlgolia/Register/PostTypeAbstract (abstract)
WpAlgolia/Register/PostTypeInterface (interface)
WpAlgolia/Register/Posts (class implements RegisterInterface)
WpAlgolia/Register/Programs (class implements RegisterInterface)