apply_filters( 'woocommerce_navigation_is_connected_page', boolean $is_connected_page, array|boolean $current_page )

Whether or not the current page is an existing page connected to this controller.


Description Description

Used to determine if the WooCommerce Admin header should be rendered.


Parameters Parameters

$is_connected_page

True if the current page is connected.

$current_page

The connected page data or false if not identified.


Top ↑

Source Source

File: packages/woocommerce-admin/src/PageController.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.