• pguerrier

    (@pguerrier)


    Hello,
    I would like to know if this plugin: WP accessibility works with a multi-sited WordPress instance running.
    I am getting an error on the home page of my WordPress multi-site (see below). Not sure how to resolve this. I am running the lastest WordPress version 4.9.4

    https://collab.fordham.edu
    Deprecated: Function create_function() is deprecated in C:\inetpub\wp_digital\wp-content\plugins\wp-accessibility\wp-accessibility-widget.php on line 3

    Plugin That I have installed is below
    WP Accessibility ( enabled )
    Helps improve accessibility in your WordPress site, like removing title attributes.
    Version 1.6.1 | By Joe Dolson | View details

    Any HELP would be greatly appreciated..

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Presumably, you’re running PHP 7.2.0, which deprecates create_function(). The current released version of WP Accessibility still uses that function. The next release is due out very soon. If you wish, you can install it now from the GitHub repo: https://github.com/joedolson/wp-accessibility/

    The issue you’re seeing, however, doesn’t have to do with being on WP multisite, but with being on PHP 7.2.

    Thread Starter pguerrier

    (@pguerrier)

    Thank you. I did upgrade to PHP7.2.3. I downloaded the WP accessibility plugin from the Github link you sent, extracted the folder to wp-contents/plugins folder on my Windows server. I do not see the WP Accessibility plugin listed at all, in WordPress (under MySites–>Network Admin–>Plugins)

    Am I missing something? I went back to the wp-contents/plugins folder

    Extracted folder wp-accesibility-master
    Inside this folder
    bin
    src
    tests
    .travis.yml
    phpcs.xml.dist
    phpunit.xml.dist
    readme

    Plugin Author Joe Dolson

    (@joedolson)

    You downloaded the entire development environment for WP Accessibility; you only need the contents of the /src/ directory. Create a new directory called ‘wp-accessibility’, move the contents of /src/ into that directory, and delete everything else.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WordPress Multi-site capatible’ is closed to new replies.