wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



automatic_updates_is_vcs_checkout › Filtr WordPress Hooks

Od3.7.0
Przestarzałyn/a
apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context )
Parametry: (2)
  • (bool) $checkout Whether a VCS checkout was discovered at `$context` or ABSPATH, or anywhere higher.
    Wymagane: Tak
  • (string) $context The filesystem context (a path) against which filesystem status should be checked.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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