wpseo_helpscout_beacon_settings хук-фильтр . Yoast 1.0
Использование
add_filter( 'wpseo_helpscout_beacon_settings', 'filter_function_name_1776' ); function filter_function_name_1776( $filterable_helpscout_setting ){ // filter... return $filterable_helpscout_setting; }
- $filterable_helpscout_setting
- -
Где вызывается хук
wpseo_helpscout_beacon_settings
yoast/src/integrations/admin/helpscout-beacon.php 331
$helpscout_settings = apply_filters( 'wpseo_helpscout_beacon_settings', $filterable_helpscout_setting );