qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
546 stars 103 forks source link

Hook `qtranslate_admin_page_config` is deprecated #1315

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

This appears in admin pages:

Deprecated: Hook qtranslate_admin_page_config is <strong>deprecated</strong> since version 3.14.0 with no alternative available.

My bad, I deprecated that hook in 3.14.0 but I didn't test admin with WP_DEBUG so I missed there was a call from admin code. This has no functional impact beside being annoying. It is easy to fix.

herrvigg commented 1 year ago

Released fix in 3.14.1.