RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. 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?