Open Cezarion opened 9 years ago
I Think I can help you with this one! Im also using Themosis and I think I got this plugin working as a mu-plugin composer dependency!
"wpackagist-plugin/posts-to-posts": "1.6.x"
"extra": {
"installer-paths": {
"htdocs/content/mu-plugins/{$name}/" : [
"wpackagist-plugin/posts-to-posts"
]
}
composer update
. The plugin is now in the mu-plugins folder!/htdocs/content/mu-plugins/posts-to-posts/
require_once(WPMU_PLUGIN_DIR.'/posts-to-posts/posts-to-posts.php');
Good luck!
Thank's a lot !
I'll try that
Thank's for this great work. I try to work with wordpress in a modern way (themosis, composer, .. ) In my current project , posts to posts is a required module and I would like that's a mu plugin.
It is not working.
Do you think this is possible ?
Thanks a lot.