Function BrokenURLScanner->enumerate_moz_backlinks

Definitions

sources/broken_urls.php

  • Enumerate the backlinks Moz has found.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$live_base_urls array required parameter N/A N/A The live base URL(s)
$maximum_api_results integer 50 N/A N/A Maximum results to query from APIs (more than 50 is very slow unless you have a paid API key)

Return

  • List of URLs (each list entry is a map of URL details)
  • Type: array
  • Set: N/A
  • Range: N/A