Yet another plugin to add MathJax support to your wordpress blog. Just wrap your equations inside $ signs and MathJax will render them visually.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
17
6 issue groups
Security
12
2 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
Short PHP opening tag used with echo; expected "<?php echo $options ..." but found "<?= $options ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n<script type='text/x-mathjax-config'>\n{$config}\n</script>\n"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SimpleMathjax".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$options".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Missing $domain parameter in function call to _e().
Sample message
Plugin name "Simple Mathjax" is different from the name declared in plugin header "Simple MathJax".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Not analyzed yet.
First score snapshot
v2.1.1
69
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 69 | 32 | 29 | 3 | v2.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.