Filter theme compat files. Themes can add their own compat files here if they like. For example: add_filter( ‘classic_theme_helper_theme_compat_files’, ‘mytheme_classic_theme_helper_theme_compat_file’ ); function mytheme_classic_theme_helper_theme_compat_file( $files ) { $files[‘mytheme’] = locate_template( ‘jetpack-compat.php’ ); return $files; }
classic_theme_helper_theme_compat_files
classic_theme_helper_theme_compat_files