LLMS_PlayNice::wc_account_endpoint_page_not_found( bool $is_page_not_found )
Allow our dashboard endpoints sharing a query var with WC to function
Description Description
Inform WC that it should not force a 404 because we’re on a valid endpoint.
Parameters Parameters
- $is_page_not_found
-
(Required) True from
woocommerce_account_endpoint_page_not_found
filter.
Return Return
(bool)
Source Source
File: includes/class.llms.playnice.php
Changelog Changelog
Version | Description |
---|---|
3.37.17 | Introduced. |