Пример #1
0
/**
 * If BuddyDrive is activated, then use it to allow files
 * to be added to ideas !
 *
 * @since  2.2.0
 */
function wp_idea_stream_buddydrive_button()
{
    if (function_exists('buddydrive_editor')) {
        buddydrive_editor();
    }
}
Пример #2
0
 function buddydrive_init()
 {
     if (function_exists('buddydrive_editor')) {
         buddydrive_editor($this->buddydrive_id);
     }
 }