apply_filters( 'bp_core_get_table_prefix', string $base_prefix )
Filters the $wpdb base prefix.
Description Description
Intended primarily for use in multinetwork installations.
Parameters Parameters
- $base_prefix
-
Base prefix to use.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |