wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



automatic_updates_is_vcs_checkout › WordPress Filter Hooks

Da3.7.0
Deprecaton/a
apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context )
Parametri: (2)
  • (bool) $checkout Whether a VCS checkout was discovered at `$context` or ABSPATH, or anywhere higher.
    Richiesto:
  • (string) $context The filesystem context (a path) against which filesystem status should be checked.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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