RestroPress

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

is_a_restropress_page

The is_a_restropress_page filter is applied to use checks if the current page is a RestroPress Page or not. It receives one parameter.
$rp_page -> is a boolean.

apply_filters( ‘is_a_restropress_page’, $rp_page );

How can we help?