Sync libraries programmatically
-
Author of Broadcast here.
Some users of mine use Broadcast together with H5P to broadcast pages with h5p content to other sites on the same WP network install.
Broadcast requires that the same libraries be installed on all sites. This requires the users to manually install the same libraries on all 10, 100, 1000 sites.
Is there a way programmatically sync the libraries? Something like:
1. h5p()->get_installed_libraries();
2. h5p()->install_libraries( lib1, lib2, lib3 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Sync libraries programmatically’ is closed to new replies.