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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.