wpseo_helpscout_show_beacon, $return
wpseo_helpscout_show_beacon, $return
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_helpscout_show_beacon, $return') is found 1 times:
- /src/integrations/admin/helpscout-beacon.php line 214
* Filter: 'wpseo_helpscout_show_beacon' - Allows overriding whether we show the HelpScout beacon. * * @param bool $show_beacon Whether we show the beacon or not. */ return \apply_filters( 'wpseo_helpscout_show_beacon', $return ); } /** * Retrieves the identifying data. * * @return string The data to pass as identifying data.