WP All Import Pro is a powerful WordPress plugin used to import data from XML, CSV, Excel, and Google Sheets into WordPress posts, pages, and custom post types . While it is a commercial product from Soflyy , developers often use GitHub to share custom add-ons, code snippets, or stubs for static analysis . Content Creation & Import Workflow
The developers of WP All Import Pro, Soflyy, are acutely aware of this search behavior. Their response has been pragmatic. They do not release their Pro code on GitHub. However, they do maintain a public repository for their open-source add-ons and have released a free version, WP All Import (Lite), on the official WordPress repository. This strategy respects the open-source spirit while protecting their commercial asset. It also provides a legitimate on-ramp: users can start with the free Lite version, and if they need advanced features like custom PHP functions or WooCommerce imports, they are incentivized to purchase the Pro license. wp all import pro github
: Use the drag-and-drop interface to map your source data columns to WordPress fields like Title , Content , Excerpt , and Custom Fields . WP All Import Pro is a powerful WordPress
add_action( 'pmxi_saved_post', 'my_update_custom_table', 10, 3 ); Validate/transform source files