bp_is_get_request ()
如果这是一个GET请求,则返回true|false。
描述
返回
(保龄球)
源
文件:bp-core / bp-core-functions.php
函数bp_is_get_request() {return (bool) ('GET' === strtoupper($_SERVER['REQUEST_METHOD']));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |
如果这是一个GET请求,则返回true|false。
(保龄球)
文件:bp-core / bp-core-functions.php
函数bp_is_get_request() {return (bool) ('GET' === strtoupper($_SERVER['REQUEST_METHOD']));}
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |
所使用的 | 描述 |
---|---|
bp-templates / bp-nouveau /包括/ xprofile / ajax.php:bp_nouveau_ajax_xprofile_get_field () | Ajax回调函数,获取基于所选成员类型的条件字段。 |
bp-forums /显然也:bbp_forum_topic_reply_ajax_form_search_tags () | 搜索之前已经在论坛上添加的标签,并给出建议列表。 |
bp-notifications /类/ class-bp-notifications-component.php:BP_Notifications_Component: late_includes () | 包括后期的方法。 |
bp-invites /行动/ revoke-invite-admin.php:bp_member_revoke_invite_admin () | 管理员撤销邮件邀请。 |
bp-core / bp-core-dependency.php:bp_get_request () | 用于处理主题端GET请求的主要操作。 |