RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_is_order_history_page

rpress_is_order_history_page

The rpress_is_order_history_page filter is applied to use determines if we’re currently on the order history page. It receives one parameter.
$ret ->is containing boolean.

apply_filters( ‘rpress_is_order_history_page’, $ret );

How can we help?