bp_nouveau_ajax_document_get_document_description ()

获取文档的描述。

描述

文件:BP-Templates / BP-Nouveau /包括/ Document / Ajax.php

函数bp_nouveau_ajax_document_get_document_description(){$ document_description ='';$ response = array('反馈'=> sprintf('   

%s ',ESC_HTML __('显示内容有问题。请再试一次。','buddyboss')),);//禁止检查!$ nonce = filter_input(input_post,'nonce',filter_sanitize_string);if(空($ nonce)||!wp_verify_nonce($ nonce,'bp_nouveau_media')){wp_send_json_error($响应);$ document_id = filter_input(input_post,'id',filter_validate_int);$附件_id= filter_input(input_post,'id1',filter_validate_int);if(空($ document_id)||空($附件_id))){wp_send_json_error($响应);}如果(空($附件_id)){wp_send_json_error($响应);$ content = get_post_field('post_content',$附件); $document_privacy = bp_document_user_can_manage_document( $document_id, bp_loggedin_user_id() ); $can_download_btn = ( true === (bool) $document_privacy['can_download'] ) ? true : false; $can_manage_btn = ( true === (bool) $document_privacy['can_manage'] ) ? true : false; $can_view = ( true === (bool) $document_privacy['can_view'] ) ? true : false; $document = new BP_Document( $document_id ); $user_domain = bp_core_get_user_domain( $document->user_id ); $display_name = bp_core_get_user_displayname( $document->user_id ); $time_since = bp_core_time_since( $document->date_created ); $avatar = bp_core_fetch_avatar( array( 'item_id' => $document->user_id, 'object' => 'user', 'type' => 'full', ) ); ob_start(); if ( $can_view ) { ?>

  • $document_description, ) ); }

    更新日志

    更新日志
    版本 描述
    BuddyBoss 1.4.2 介绍了。

    问题吗?

    我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队