-
Notifications
You must be signed in to change notification settings - Fork 19
friends_template_paths_theme_{$this}
github-actions[bot] edited this page Apr 21, 2026
·
10 revisions
add_filter(
'friends_template_paths_theme_*',
function( $file_paths = null ) {
// Your code here.
return null;
}
);$file_paths
apply_filters( 'friends_template_paths_theme_' . $this->theme, $file_paths )