'page', ) ); } add_action( 'after_setup_theme', 'ari_infinite_scroll_init' ); /** * Do we have footer widgets? * * @return bool */ function ari_has_footer_widgets( $has_widgets ) { if ( ( Jetpack_User_Agent_Info::is_ipad() && is_active_sidebar( 'sidebar-2' ) ) || ( function_exists( 'jetpack_is_mobile' ) && jetpack_is_mobile() && is_active_sidebar( 'sidebar-2' ) ) ) return true; return $has_widgets; } add_filter( 'infinite_scroll_has_footer_widgets', 'ari_has_footer_widgets' );