wpseo_related_indexables_incoming_links_updated
wpseo_related_indexables_incoming_links_updated
Appears in: wordpress-seo.25.6, wordpress-seo.25.9
Hook Type: action
Displaying hooks found in version: wordpress-seo.25.9do_action('wpseo_related_indexables_incoming_links_updated') is found 1 times:
- /src/builders/indexable-link-builder.php line 581
* Fires to signal that incoming link counts for related indexables were updated. * * @internal */ \do_action( 'wpseo_related_indexables_incoming_links_updated' ); foreach ( $counts as $count ) { $this->indexable_repository->update_incoming_link_count( $count['target_indexable_id'], $count['incoming'] ); } }