BP_Notifications_Component:: setup_globals (数组args美元=数组())
设置组件全局数据。
描述
另请参阅
- BP_Component: setup_globals ():用于说明论点。
参数
- args美元
-
(数组)(可选)看到BP_Component: setup_globals ()一个描述。
默认值:数组()
源
文件:bp-notifications /类/ class-bp-notifications-component.php
公共函数setup_globals($args = array()) {$bp = buddypress();//如果需要,定义一个鼻涕虫。如果(!define('BP_NOTIFICATIONS_SLUG') {define('BP_NOTIFICATIONS_SLUG', $this->id);} //通知组件的全局表。$bp->table_prefix . $bp->table_prefix . $bp->table_prefix . $bp->table_prefix . $'bp_notifications', 'table_name_meta' => $bp->table_prefix . txt '“bp_notifications_meta”);//通知组件的元数据表。$bp->table_prefix . $bp->table_prefix . $bp->table_prefix . $bp 'bp_notifications_meta', ); // All globals for the notifications component. // Note that global_tables is included in this array. $args = array( 'slug' => BP_NOTIFICATIONS_SLUG, 'has_directory' => false, 'search_string' => __( 'Search Notifications...', 'buddyboss' ), 'global_tables' => $global_tables, 'meta_tables' => $meta_tables ); parent::setup_globals( $args ); }
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |