apply_filters( "bp_{$this->id}_meta_tables" )
Filters the global meta_tables for the component.
Description Description
This is a dynamic hook that is based on the component string ID. It allows for component-specific filtering of table names. To filter all tables, use the ‘bp_core_get_table_prefix’ filter instead.
Source Source
File: bp-core/classes/class-bp-component.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |