how to build over an existing plugin?
-
Even though I had some experience in php and drupal. WordPress is quite new to me. I read from the wordpress documentation on how to write a new plug-in, and how to use hooks and filters. But what if I would like to use an existing plugin?
For example, if there is a plugin that adds a geolocation to user’s profile, and another plugin that manages events. I would like to create a travel route for the user and attach events to each geolocation of the user. How do I use the two existing plugins?
I know the question is quite vague, but I really want to learn the general rule for using existing plugins. Shall I just build a new plugin over the others or write custom php code? and how? Would appreciate any help.
- The topic ‘how to build over an existing plugin?’ is closed to new replies.