• I am writing a new generation of markdown rendering and editing environment plug-in for WordPress. Since the block editor is used by default after wp5.0, in anticipation of this situation, I use the replace_editor to realize the editing page by myself. Therefore, I need to implement the meta of the classic editor Box related functions. I didn’t know that I could call JS directly before, so I chose to implement the JS event of publishing button by myself. However, when implementing tags box, I found that this implementation was inefficient and unnecessary, which only made it more complex. I also found that some default processing of JS of tags box was partially extracted and effective for my current code, but I also I found a big problem, that is, after executing all the codes of tags-box.min.js, I didn’t hook the tags box as I expected. Did I write anything wrong? Or? I really can’t help it. I’d like to ask questions to the official support forum, hope to get official and community support and find solutions!

    If you need to view my plug-in code, please see the following link:

    WP-ReliableMD

    The page I need help with: [log in to see the link]

  • The topic ‘How to call the tags-box.min.js related JS of WordPress’ is closed to new replies.