wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



automatic_updates_is_vcs_checkout › Les Filtres WordPress

Depuis3.7.0
Dépréciéen/a
apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context )
Paramètres: (2)
  • (bool) $checkout Whether a VCS checkout was discovered at `$context` or ABSPATH, or anywhere higher.
    Requis: Oui
  • (string) $context The filesystem context (a path) against which filesystem status should be checked.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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