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



automatic_updates_is_vcs_checkout › WordPress Filter Hooks

Seit3.7.0
Veraltetn/v
apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context )
Parameter: (2)
  • (bool) $checkout Whether a VCS checkout was discovered at `$context` or ABSPATH, or anywhere higher.
    Erforderlich: Ja
  • (string) $context The filesystem context (a path) against which filesystem status should be checked.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system.





Quellcode

return apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context );