woocommerce_navigation_is_connected_page

woocommerce_navigation_is_connected_page

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_navigation_is_connected_page') is found 1 times:

  • /src/Admin/PageController.php line 398
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
         *
         * @param boolean       $is_connected_page True if the current page is connected.
         * @param array|boolean $current_page The connected page data or false if not identified.
         */
        return apply_filters( 'woocommerce_navigation_is_connected_page', $is_connected_page, $current_page );
    }
     
    /**
     * Returns true if we are on a page registered with this controller.
     *
     * @return boolean

See this hook used in plugins: