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



wp_privacy_exports_url › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_privacy_exports_url', $exports_url )
Parameter:
  • () exports_url Exports directory URL.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL of the directory used to store personal data export files.





Quellcode

return apply_filters( 'wp_privacy_exports_url', $exports_url );