Git Product home page Git Product logo

Comments (3)

kayue avatar kayue commented on July 30, 2024

@rvanlaak two bundle use a different approach. The first one (HypebeastWordpressBundle) loads entire WordPress into Symfony, thus you can reuse almost everything in WordPress. This is good if you want to reuse your code from WordPress, but it also introduced other issues. It is like loading two framework in one website.

However in the new KayueWordpressBundle it does not require WordPress at all. It just read the WordPress database. So it is impossible to add back the magic methods because in this bundle we do not load any WordPress functions at all.

I suggest you continue to use HypebeastWordpressBundle if you want to reuse WordPress functions.

from kayuewordpressbundle.

rvanlaak avatar rvanlaak commented on July 30, 2024

I understand your point of view, but in that case you can't deprecate the other library right? What do you actually think about the hooks all plugins add?

from kayuewordpressbundle.

kayue avatar kayue commented on July 30, 2024

@rvanlaak You are right. I just aren't maintaining the other library anymore.

I only use WordPress plugin to enhance backend, this is why KayueWordpressBundle works well for me.

from kayuewordpressbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.