wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



automatic_updates_is_vcs_checkout › Hooks de Filtros WordPress

Desde3.7.0
Obsoleton/a
apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context )
Parâmetros: (2)
  • (bool) $checkout Whether a VCS checkout was discovered at `$context` or ABSPATH, or anywhere higher.
    Required: Yes
  • (string) $context The filesystem context (a path) against which filesystem status should be checked.
    Required: Yes
Definido em:
Codex:

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





Fonte

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