• I’m trying to figure out if I understand something correctly and would appreciate some feedback, please.

    I’ve been maintaing this PayPal class library for a long time now. I’m about to start building a bunch of PayPal plugins for WP that utilize it, and I would also like to make it available for other WP plugin developers to easily use in their own plugins.

    So, if I build a new WP plugin, include my PayPal class in this plugin file, and then build the WP plugin an OOP manner that extends my PayPal class, does that then make all of the methods of my class available within that plugin (and any other plugin that extends it..??)

    Or is there more to it than that?

  • The topic ‘Question about OOP plugins and extending..??’ is closed to new replies.