infinite_scroll_customization_file, __DIR__ . /infinite-scroll/themes/{$theme[Stylesheet]}.php, $theme[Stylesheet]

infinite_scroll_customization_file, __DIR__ . /infinite-scroll/themes/{$theme[Stylesheet]}.php, $theme[Stylesheet]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('infinite_scroll_customization_file, __DIR__ . /infinite-scroll/themes/{$theme[Stylesheet]}.php, $theme[Stylesheet]') is found 1 times:

  • /modules/infinite-scroll.php line 132
    			return;
    		}
    
    		/** This filter is already documented in modules/infinite-scroll/infinity.php */
    		$customization_file = apply_filters( 'infinite_scroll_customization_file', __DIR__ . "/infinite-scroll/themes/{$theme['Stylesheet']}.php", $theme['Stylesheet'] );
    
    		if ( is_readable( $customization_file ) ) {
    			require_once $customization_file;
    		} elseif ( ! empty( $theme['Template'] ) ) {
    			$customization_file = __DIR__ . "/infinite-scroll/themes/{$theme['Template']}.php";