FAIR Package Manager and AspirePress', 'fair' ), 'https://fair.pm', 'https://aspirepress.org' ); $notification = '' . $message . ''; return $content . $notification; } /** * Enqueue global style assets. * * @param string $hook_suffix Hook suffix for the current admin page. * @return void */ function enqueue_global_styles( string $hook_suffix ) { wp_enqueue_style( 'fair-global-admin', esc_url( plugin_dir_url( \FAIR\PLUGIN_FILE ) . 'assets/css/global-admin.css' ), [], \FAIR\VERSION ); }