Function __global->get_robots_txt

Definitions

sources/robots_txt.php

  • Get appropriate robots.txt file based on the default.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • robots.txt file
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get appropriate robots.txt file based on the default.
 *
 * @return string robots.txt file
 */

function get_robots_txt() : string