bonnier/contenthub-editor

Integrates Bonnier ContentHub into WordPress
7,050 1
Install
composer require bonnier/contenthub-editor
Latest Version:1.19.0
PHP:>=5.6
Last Updated:May 16, 2024
Links: GitHub  ·  Packagist
Maintainer: alfhen

Bonnier - ContentHub Editor Plugin

This plugin enables your WordPress site to integrate with the Bonnier ContentHub and edit content.

Requirements

  • WordPress 4.7.2 or higher
  • ACF PRO 5.x
  • PHP 5.6 or higher

Installation/Configuration

Install through composer:

composer require bonnier/wp-contenthub-editor

Hooks

Slug change

Triggers when the composite slug is changed

add_action(WpComposite::SLUG_CHANGE_HOOK, function($postId, $oldLink, $newLink){
   // Do your magic here
}, 10, 3); 

Please note that the links provided are the absolute links and not just post links

Related Packages

justdev/inertia-wordpress

The WordPress adapter for Inertia.js

63 2
lara-press/framework

The LaraPress framework.

3,900 3
pressor/mu-plugin

Wordpress as a composer dependency in the context of a Laravel appliction. This...

9 0
evo-mark/inertia-wordpress

Inertia adapter for Wordpress applications

98 0