I create wordpress theme with infinite scroll (from Jetpack plugin) and I don't know how to get Jetpack option for this feature. I must get this option to create alternative pagination if infinite scroll is disabled.
I try to use two solutions, but each returns false.
get_option( 'infinite_mode' );
Jetpack_Options::get_option( 'infinite_mode' );