Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm writing my own module, and i was wondering how i could check if taxonomy module is enabled through code?
I plan to add extra functionality to my module if taxonomy is enabled. If not, standard version will be used.
Anyone got an idea how i would code this the easiest way?
I've installed the linkpoint_api.module, but after enabling it I get the complete uncompiled module code inserted at the top of every page, I guess it should be quite easy for me to fix, but I don't really understand enough about how Drupal works at the moment.