How do I get activated plugin list in wordpress plugin development?

Viewed 6783

Is there any way to get all activated plugin list in wordpress codex .

i used this

get_option('active_plugins');

this return the plugin file path. I want the name. Because sometimes file name is different with the actual plugin name.

1 Answers
Related