Plugin missing from FDP
-
Hi José,
Hope you’re well. Just been testing the plugin to see if it would be a good fit. Unfortunately, one of our most important plugins does not show up in the backend settings of FDP.
“Gist All-In-One Marketing – Live Chat, Popups, Email” to be more exact. So we have 99 plugins active, but only 98 are listed.
I looked through the forums and found a piece of code you had suggested and added it to our functions.php but it seemed to have no effect.
<span style=”caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Inconsolata, Consolas, Monaco, "Lucida Console", monospace; font-size: 14.4px; white-space: pre; background-color: rgb(240, 240, 240);”>add_filter( ‘all_plugins’,function( $plugins ){ $fdp = ‘freesoul-deactivate-plugins/freesoul-deactivate-plugins.php’; if( !in_array( $fdp,$plugins ) ){ $plugins[] = $fdp; } return $plugins; },999999 );</span>
Any ideas?
Marlon
- The topic ‘Plugin missing from FDP’ is closed to new replies.