wpseo_related_indexables_incoming_links_updated

wpseo_related_indexables_incoming_links_updated

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.25.9

do_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'] );
    		}
    	}