-
Notifications
You must be signed in to change notification settings - Fork 19
friends_template_paths_theme_
github-actions[bot] edited this page Jul 27, 2025
·
3 revisions
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 )