• Resolved Kamal Hosen

    (@ikamal)


    Hi,

    I try to add a new addon on Wp page builder. I followed your GitHub documentation. but when I include the addon via function it didn’t show in page builder addon section. can you help me?

    Regards
    Kamal

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ikamal,
    Thanks for using WP Pagebuilder. If you follow our documentation you will get a new addon section: (screenshot), this addon section came from this function

    Let me know if you need more assistance.

    Regards
    Delowar

    • This reply was modified 6 years, 5 months ago by Delowar.
    Thread Starter Kamal Hosen

    (@ikamal)

    I tried in the same way but not yet worked.
    I upload my file in google drive, please check it what is the issue here. link

    Maybe you forgot to add the addon Class name into addons_kit_available() function.
    1. The class names are must be the same.
    2. get_name(), get_title(), get_icon() and get_settings() are mandatory function.

    Here I’ve updated your code.

    Happy coding ??

    • This reply was modified 6 years, 5 months ago by Delowar.
    • This reply was modified 6 years, 5 months ago by Delowar.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘issue in create custom addons’ is closed to new replies.