• Resolved golddave

    (@golddave)


    I have a plugin that creates a link in a post. I’d like to add an icon to every link. The icon image file will live in the same directory as the plugin. How would I reference this directory programatically for the purpose of writing the img src tag?

    Thanks,
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • look at how other plugins handle paths.

    thats the easiest thing to do.

    Thread Starter golddave

    (@golddave)

    OK. I’m an idiot. I can use dirname(__FILE__). I’ve been out of the php game for the last few months and I have to re-learn things that used to be simple to me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting the Plugin Directory’ is closed to new replies.