WPIntell

Source evidence

Doesn’t Work

Mu Manager – Manage mu-plugins like standard plugins · support · 2022-07-20T11:04:00+00:00

mixedsentiment
mediumseverity
0.78relevance
2replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Colinbrowne resolved
The ‘Deactivate’ button doesn’t work. The screen reloads and jumps when I click it, but no change. It still says ‘Deactivate’ under the plugin listing 🙁 Hi @colinbrowne The screen reloads and jumps when I click it What do you mean? The plugin adds a static link, no JS is involved. What does “jumps” mean? I suggest you enable the debug in wp-config.php by adding these lines before the comment /* That’s all, stop editing! Happy publishing. */: define( 'WP_DEBUG',true ); define( 'WP_DEBUG_LOG',true ); define( 'WP_DEBUG_DISPLAY',false ); Then try again and check if you have PHP warnings or errors in the file wp-content/debug.log Hi Jose. Sorry, I didn’t mean that the screen jumps in a way that JS would make it jump, I just meant in the normal way that browsers sometimes behave when clicking a link. I’ll add the code now. Thanks for the reply!

Comments

2 shown
Jose Mortellaro 2022-07-26T11:34:00+00:00

Hi @colinbrowne The screen reloads and jumps when I click it What do you mean? The plugin adds a static link, no JS is involved. What does “jumps” mean? I suggest you enable the debug in wp-config.php by adding these lines before the comment /* That’s all, stop editing! Happy publishing. */: define( 'WP_DEBUG',true ); define( 'WP_DEBUG_LOG',true ); define( 'WP_DEBUG_DISPLAY',false ); Then try again and check if you have PHP warnings or errors in the file wp-content/debug.log

Colinbrowne 2022-07-26T11:55:00+00:00

Hi Jose. Sorry, I didn’t mean that the screen jumps in a way that JS would make it jump, I just meant in the normal way that browsers sometimes behave when clicking a link. I’ll add the code now. Thanks for the reply!