Skip to content

friends_template_paths_theme_{$this}

github-actions[bot] edited this page Apr 21, 2026 · 10 revisions

Auto-generated Example

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

Parameters

  • $file_paths

Files

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

← All Hooks

Clone this wiki locally