infinite_scroll_customization_file, __DIR__ . /themes/{$theme_name}.php, $theme_name
infinite_scroll_customization_file, __DIR__ . /themes/{$theme_name}.php, $theme_name
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('infinite_scroll_customization_file, __DIR__ . /themes/{$theme_name}.php, $theme_name') is found 1 times:
- /modules/infinite-scroll/infinity.php line 2150
* * @param string $str IS compatibility file path. * @param string $theme_name Theme name. */ $customization_file = apply_filters( 'infinite_scroll_customization_file', __DIR__ . "/themes/{$theme_name}.php", $theme_name ); if ( is_readable( $customization_file ) ) { require_once $customization_file; } } add_action( 'after_setup_theme', 'the_neverending_home_page_theme_support', 5 );