bp_rest_media_endpoint :: __ construct()

构造函数。

描述

来源

文件:BP-Media / classes / class-bp-rest-media-endpoint.php

公共功能__construct(){$ this-> namespace = bp_rest_namespace()。'/'。bp_rest_version();$以下 - > rest_base ='media';$ this-> bp_rest_media_support();add_filter('bp_rest_actity_create_item_query_arguments',array($ this,'bp_rest_actity_query_arguments'),99,3);add_filter('bp_rest_actity_update_item_query_arguments',数组($ this,'bp_rest_actity_query_arguments'),99,3);add_filter('bp_rest_actity_comment_create_item_query_arguments',数组($ this,'bp_rest_actity_query_arguments'),99,3);add_filter('bp_rest_topic_create_item_query_arguments',array($ this,'bp_rest_forums_collection_params'),99,3);add_filter('bp_rest_topic_update_item_query_arguments',数组($ this,'bp_rest_forums_collection_params'),99,3); add_filter( 'bp_rest_reply_create_item_query_arguments', array( $this, 'bp_rest_forums_collection_params' ), 99, 3 ); add_filter( 'bp_rest_reply_update_item_query_arguments', array( $this, 'bp_rest_forums_collection_params' ), 99, 3 ); add_filter( 'bp_rest_messages_group_collection_params', array( $this, 'bp_rest_message_query_arguments' ), 99, 3 ); add_filter( 'bp_rest_messages_create_item_query_arguments', array( $this, 'bp_rest_message_query_arguments' ), 99, 3 ); add_filter( 'bp_rest_messages_update_item_query_arguments', array( $this, 'bp_rest_message_query_arguments' ), 99, 3 ); }

变更乐

变更乐
版本 描述
0.1.0. 介绍。

问题?

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