WordPress Plugins
some of the WordPress plugins I built over the years, for different websites; these are all internal plugins and not available publicly.
- NP CSV Form: add a form via a shortcode; the data gets added to the database and can be downloaded as a .csv file. The form fields and behavior can be customized via PHP Hooks
- NP Uploader: allow visitors to upload very big files into a custom post type; also contains a csv exporter, and a generator for pdf files
- NP Instagram Integration: Facebook made it waaaaayyyy too complicated to view ones latest Instagram images on their own website
- NP Thumbnail Generator: automatically create thumbnails with a random colorful background and the post title as text on the thumbnail, perfect for sharing on social sites
- NP qTranslate2Polylang Converter: convert multilanguage posts from qTranslate to Polylang while preserving (nested) ACF fields
- NP Movie Importer: import a .csv file with movie information, and allow the upload of missing images
- NP Webflow Importer: import a .csv file from Webflow into a custom post type
- NP Personio Integration: automatically import vacancies from Personio into a custom post type
- NP HR4YOU Integration: automatically import vacancies from HR4YOU into a custom post type
- NP Spreadshirt Integration: automatically import Spreadshirt products into a custom post type
- NP Updated Article: add an additional updated date while keeping the original post_date, skip updating the date if it was only a minor change
- NP Raffle: add a raffle to multiple posts or pages, collect the entries in a database table and download them as a .csv file
- NP readmore: a small shortcode to add a 'read more' toggle to posts or pages
- NP Original Gif: don't resize GIFs, so they retain their animation
- NP WooCommerce Open Order By ID: open a WooCommerce order by its ID without a slow query to the database
- NP WooCommerce Multi-Stock: manage different stock counts in multiple warehouses for the same product
- NP WooCommerce 17111 Integration: keep orders and stock count in sync with the 17111 API
- NP WordPress Importer Batched: the basic WordPress post importer, but run the import in batches instead of all at once, for very large installations
plus some very specific one-time-use plugins for importing data from old pages, fixing other plugins or core WordPress functionality or adding custom functionality to other plugins.