You appear to be a bot. Output may be restricted
Description
{@inheritDoc}
Usage
Abstract_Dismissable_Alert::register_hooks();
Parameters
Returns
void
Source
File name: wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php
Lines:
1 to 4 of 4
public function register_hooks() { \add_filter( 'wpseo_allowed_dismissable_alerts', [ $this, 'register_dismissable_alert' ] ); }