最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How to properly use composer packages in wordpress?

matteradmin9PV0评论

I need to implement in a wordpress instance a feature that allows me to search for the most recent file with extension .xlsx in the wp-content/upload directory, once the file has been identified, it should be interpreted and finally insert the excel data in the wp_posts and wp_postmeta tables Following a certain logic.

The packages of interest are

  • symfony/finder
  • phpoffice/phpspreadsheet

What is the correct way to integrate and use packages within wordpress?

I am new to worpress and I do not know how in the structure and philosophy of wordpress to do this. Thanks for the time.

Post a comment

comment list (0)

  1. No comments so far