Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: automatic_updates_is_vcs_checkout

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
2704            * location to be potentially managed by a version control system.
2705            *
2706            * @since 3.7.0
2707            *
2708            * @param bool $checkout  Whether a VCS checkout was discovered at $context
2709            *                        or ABSPATH, or anywhere higher.
2710            * @param string $context The filesystem context (a path) against which
2711            *                        filesystem status should be checked.
2712            */
2713           return apply_filters( 'automatic_updates_is_vcs_checkout', $checkout, $context );
2714      }
2715
2716      /**
2717       * Tests to see if we can and should update a specific item.
2718       *
2719       * @since 3.7.0
2720       * @access public
2721       *
2722       * @global wpdb $wpdb WordPress database abstraction object.