Freelance WordPress Developer

I am Jeffrey van Rossum, freelance PHP developer with over 8 years of WordPress experience. Over the
years I have worked on many websites with WordPress, including custom plugins and themes.
Why WordPress?
WordPress is the most widely used CMS in the world. With WordPress you can realize a fully operational website in no time. In addition, the basic functionality of WordPress is extensible with plugins.
There are plenty of plugins and themes, but sometimes you need customization. As a WordPress developer I have developed several custom plugins. For example, for a company in the publishing industry, I worked on a subscription plugin that synchronizes subscriptions to a CRM system. I have developed several open-source plugins for WordPress.
Hire me as Freelance WordPress Developer
Looking for an experienced WordPress developer? The following might appeal to you:
- Years of experience working with WordPress and PHP
- Experience with several front-end frameworks including Tailwind CSS, Alpine.js and Vue.js
- Working with version control (GIT)
- Fluent in Dutch and English
- Experience with working in a team as well as independently
- Available on an hourly, project or contract basis
- Preferably works remotely, but working (partly) on location is certainly an option
If you want to hire me or want additional information, feel free to send an email to [email protected].
<?php
function tailpress_asset( $path ) {
if ( wp_get_environment_type() === 'production' ) {
return get_stylesheet_directory_uri() . '/' . $path;
}
return add_query_arg( 'time', time(), get_stylesheet_directory_uri() . '/' . $path );
}