Function __global->find_robots_txt_path

Definitions

sources/robots_txt.php

  • Find the path to where the robots.txt file should (probably) be on disk.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • robots.txt path (null: unknown)
  • Type: ?PATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the path to where the robots.txt file should (probably) be on disk.
 *
 * @return ?PATH robots.txt path (null: unknown)
 */

function find_robots_txt_path() : ?string