Nexter Extension - FREE
Version 4.7.9
- Improvement : Nexter SEO : The image ALT warning now names every image it flagged, including slider and <picture> images that carry no plain src attribute.
- Fixed : Code Snippets : snippets added through the AI assistant now run. They were saved with a placement name the runtime did not recognise, so PHP, CSS, JavaScript and HTML snippets were all stored correctly but never executed.
- Fixed : Code Snippets : a PHP snippet created by the AI assistant now runs everywhere by default, the same as one added from the dashboard.
- Fixed : SEO : the SEO screens are now fully translated. Roughly half their strings sit in separate bundle files that WordPress was never told to load a translation file for, so those stayed English in every language.
- Fixed : Theme Builder : blocks and panels that use WordPressβs built-in code editor now load on Theme Builder screens. The builder was unregistering WordPressβs CodeMirror handle, which silently dropped every script that depended on it.
- Fixed : Image Optimization : single and bulk optimisation no longer fail with a server error on large media libraries. Each image converted its original and every thumbnail size in one request; that work is now split into small batches.
- Fixed : Image Optimization : the bulk screen now shows the real counts in its progress line instead of the raw "%1$d of %2$d images optimised" text, and the message under it is translatable.
- Fixed : Nexter SEO : the Orphan Pages check now reads the links in the served homepage, so pages linked only from a page-builder or theme-coded header are no longer reported as orphaned.
- Fixed : Code Snippets : importing a snippet that already exists is now blocked instead of silently creating a second copy. Two copies of a snippet that declares a PHP function crashed every page including the login screen.
- Fixed : Code Snippets : the two bundled snippets that declare a PHP function or constant are now wrapped in function_exists() / defined() guards, so a duplicate can no longer be fatal. Sites that already had the unguarded copies are repaired automatically on update.