Description
add_filter( 'infinite_scroll_has_footer_widgets', function( $has_footer_widgets ) { return false; } );
By default JetPack infinite scroll disables when there’s footer widgets, due to certain incompatibilities. This overrides that and forces infinite scroll to work anyways.
add_filter( 'infinite_scroll_has_footer_widgets', function( $has_footer_widgets ) { return false; } );
Using our Google upload form:
We code all of our code snippets directly. Our clients provide most of the ideas and demand for the functionality provided by our code snippets.
There are several sources one can find on Google for code that has inspired or contributed to this open-source library. Here’s some main ones:
All code snippets are licensed GPLv2 (or later) matching WordPress licensing.
Disclaimer of warranty:
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.