RestroPress

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

rpress_template_paths

The rpress_template_paths filter is applied to use get a list of paths to check for template locations. It receives one parameter.
$file_paths -> is an array containing file path.

apply_filters( ‘rpress_template_paths’, $file_paths );

How can we help?