-
Notifications
You must be signed in to change notification settings - Fork 14
friends_template_paths_theme_
Alex Kirk edited this page Nov 22, 2024
·
1 revision
add_filter(
'friends_template_paths_theme_',
function ( $file_paths ) {
// Your code here
return $file_paths;
}
);
$file_paths
apply_filters( 'friends_template_paths_theme_' . $this->theme, $file_paths )