wpseo_transform_dashboard_subject_for_testing
wpseo_transform_dashboard_subject_for_testing
Hook Type: filter
Displaying hooks found in version: wordpress-seo.24.8.1apply_filters('wpseo_transform_dashboard_subject_for_testing') is found 1 times:
- /src/dashboard/infrastructure/search-console/site-kit-search-console-adapter.php line 193189190191192193194195196197198199
* @internal
*
* @param string
$url
The subject to be transformed.
*/
$subject
= \apply_filters(
'wpseo_transform_dashboard_subject_for_testing'
,
$ranking
->getKeys()[0] );
$search_ranking_data_container
->add_data(
new
Search_Ranking_Data(
$ranking
->getClicks(),
$ranking
->getCtr(),
$ranking
->getImpressions(),
$ranking
->getPosition(),
$subject
) );
}
return
$search_ranking_data_container
;
}