wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



got_rewrite › Filtr WordPress Hooks

Od2.5.0
Przestarzałyn/a
apply_filters( 'got_rewrite', $got_rewrite )
Parametry:
  • (bool) $got_rewrite Whether Apache and mod_rewrite are present.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether Apache and mod_rewrite are present.

This filter was previously used to force URL rewriting for other servers, like nginx. Use the {@see 'got_url_rewrite'} filter in got_url_rewrite() instead.





Źródło

return apply_filters( 'got_rewrite', $got_rewrite );