wpseo_related_indexables_incoming_links_updated
wpseo_related_indexables_incoming_links_updated
Hook Type: action
Displaying hooks found in version: wordpress-seo.26.1.1do_action('wpseo_related_indexables_incoming_links_updated') is found 1 times:
- /src/builders/indexable-link-builder.php line 583
* @param int[] $related_indexable_ids The related indexable Ids to this link change. * * @internal */ \do_action( 'wpseo_related_indexables_incoming_links_updated', $related_indexable_ids ); foreach ( $counts as $count ) { $this->indexable_repository->update_incoming_link_count( $count['target_indexable_id'], $count['incoming'] ); } }