AesopInteractive / lasso

Code Repository for Editus (formerly Lasso) Commercial Plugin
https://edituswp.com
GNU General Public License v2.0
147 stars 25 forks source link

Recently Added Hooks #114

Open robmcclel opened 8 years ago

robmcclel commented 8 years ago

@hyunsupul ,

Do you have any tutorials or anything on how to hook in common plugins -- gravity forms being one, but also MarketPress, Ninja Forms, Contact Form 7, etc, etc? Because I'd love to get those into Editus.

Also, regarding the hooks, can I use them to make themes compatible with Editus right out of the box? For example, my network uses two main themes -- our house theme and Genji. Currently, Editus doesn't like different themes on the network using it. If I make the themes Editus compatible via the hooks, will that override Editus from trying to force the same article classes?

hyunsupul commented 8 years ago

Hi, I was doing some long distance travels for personal reasons so could not answer to your query immediately. I will try to clear the backlog of inquiries in time. For your question about article class: Recently some new filters, such as lasso_content_class() has been added to allow different themes on network using Editus among other issues. Please look at http://aesopinteractive.github.io/lasso-documentation/#!/filters again. This may answer some of your questions.