Extend image upload to other extensions
-
It could be nice to extend this plugin to allow image upload on other extensions.
For example to enable for BuddyPress Docs add this line of code, to bp-custom.php or wherever most suitable for your situation:
/*enable inline image upload for BuddyPress docs*/ add_filter('bp_docs_wp_editor_args', 'hm_bbpiu_modify_editor', 9999);
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Extend image upload to other extensions’ is closed to new replies.