wpseo_elementor_hidden_fields хук-фильтр . Yoast 1.0
Использование
add_filter( 'wpseo_elementor_hidden_fields', 'filter_function_name_4497' ); function filter_function_name_4497( $string ){ // filter... return $string; }
- $string
- -
Где вызывается хук
wpseo_elementor_hidden_fields
yoast/src/integrations/third-party/elementor.php 473
echo apply_filters( 'wpseo_elementor_hidden_fields', '' );