friends_template_paths_theme_ - akirk/friends GitHub Wiki

Auto-generated Example

add_filter(
   'friends_template_paths_theme_',
    function( $file_paths ) {
        // Your code here.
        return $file_paths;
    }
);

Parameters

  • $file_paths

Files

apply_filters( 'friends_template_paths_theme_' . $this->theme, $file_paths )

← All Hooks