wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



robots_txt › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'robots_txt', $output, $public )
Parameter: (2)
  • () output The robots.txt output.
    Erforderlich: Ja
  • () public Whether the site is considered "public".
    Erforderlich: Ja
Definiert in:
Codex:

Filters the robots.txt output.





Quellcode

echo apply_filters( 'robots_txt', $output, $public );