bonnier / contenthub-editor
There is no license information available for the latest version (5.28.3) of this package.
Integrates Bonnier ContentHub into WordPress
Package info
github.com/BenjaminMedia/wp-contenthub-editor
Type:wordpress-plugin
pkg:composer/bonnier/contenthub-editor
5.28.3
2022-09-12 07:51 UTC
Requires
- php: >=7.4
- bonnier/php-video-helper: ^1.0
- bonnier/willow-mu-plugins: ^2.0
- bordoni/phpass: ^0.3.6
- composer/installers: ~1.0
- guzzlehttp/guzzle: ^7.4
- illuminate/database: ^8.83
- illuminate/support: ^8.83
- junaidbhura/advanced-custom-fields-pro: *
- league/html-to-markdown: ^5.0
- wpackagist-plugin/amazon-s3-and-cloudfront: ^2.6
Requires (Dev)
- johnpbloch/wordpress: ^5.8
- lucatume/wp-browser: ^3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2026-06-16 15:33:29 UTC
README
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