BP_Nouveau::neutralize_core_template_notices()
We’ll handle template notices from BP Nouveau.
Description Description
Source Source
File: bp-templates/bp-nouveau/buddypress-functions.php
public function neutralize_core_template_notices() { remove_action( 'template_notices', 'bp_core_render_message' ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |