The MU forums have moved to WordPress.org

Determining function name for a plugin (3 posts)

  1. abinidi
    Member
    Posted 17 years ago #

    I have a plugin, Image-Headlines (v2.7), and I want to write code in my page so it checks to see if the function exists. However, I can't figure out how to determine what the function name is that I need to check to know if the plugin has been activated.

    Does anybody know how, in general, I can determine function name that a plugin uses to show that it has been activated? Or specifically, what the function name is that exists when the Image Headlines plugin is active?

  2. PerS
    Member
    Posted 17 years ago #

    Take a look in /wp-admin/plugins.php.There you'll see how WP determine which plugins are activated.

  3. andrea_r
    Moderator
    Posted 17 years ago #

    Look in the plugin itself, it will show the function name. Also, if it has code to put in a template, the function name is right there.

About this Topic

  • Started 17 years ago by abinidi
  • Latest reply from andrea_r