• Resolved deltamgm2

    (@deltamgm2)


    Hello,
    Did you try with WP 4.7 beta ? endpoints are going to be added to the 4.7… still the same filters ?
    Regards,
    Delta

Viewing 1 replies (of 1 total)
  • Plugin Author Dave McHale

    (@dmchale)

    Hello Delta,

    I just pushed version 1.3 of this plugin, which supports the change coming in 4.7. It will not work in the current beta (due to the way version_compare() treats RC tags, and the code only does the “new” way if the version is >= 4.7) but it will work when 4.7 comes out.

    If you’d like to test the new code while still in beta, my recommendation would be to update line 14 of disable-json-api.php to check for anything GREATER THAN 4.6.

    if ( version_compare( $dra_current_WP_version, '4.6', '>' ) ) {

    Cheers! Let me know if you have any trouble.

Viewing 1 replies (of 1 total)
  • The topic ‘works with 4.7 beta ?’ is closed to new replies.