Support » Plugin: Media Library Enable Infinite Scrolling » Support PHP Versions Lower Than 7.4

  • Resolved Nigel M Rodgers

    (@rodgersnigel)


    The plugin requires php 7.4 and my site is on PHP 7.3.5. Can the PHP version requirement be lowered?

    Edit: or remove the PHP version requirement?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Nigel, it is in effect a one line plugin, so if you really need this you can add that line to your functions.php or create your own one line plugin e.g.

    <?php
    /**
     * Plugin Name: YOUR PLUGIN NAME
     */
    add_filter( 'media_library_infinite_scrolling', '__return_true' );
    Plugin Author David Baumwald

    (@davidbaumwald)

    @rodgersnigel Good point. I like to encourage more recent versions, but there’s no technical requirement here to diverge from what WP Core itself supports. I’ve lowered the PHP requirement to 7.0.

    wb1234

    (@wb1234)

    My PHP is 5.6 because of a MediaWiki dependency on my website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.