Product Engineer, dedicated to enhancing the digital landscape for all users. Senior Software Engineer at Etraveli Group.
-
Senior Software Engineer
- Athens, Greece
- https://kosvrouvas.dev
- @kosvrouvas
Pinned Loading
-
WebFactoryLtd/WP-Force-SSL
WebFactoryLtd/WP-Force-SSL PublicThis plugin helps you redirect HTTP traffic to HTTPS without the need of touching any code.
PHP
-
gatsby-tailwindcss-starter
gatsby-tailwindcss-starter Public archiveA Gatsby.js starter theme with TailwindCSS and PostCSS
-
WooCommerce: Send a second email to ...
WooCommerce: Send a second email to customer if a coupon is applied with HTML 1// In theme's functions.php or plug-in code:
23// wp_mail() sents emails only in plain text by default, here we add HTML support
4function wp_set_content_type(){
5return "text/html";
-
disable_suggested_password
disable_suggested_password 1add_filter( 'random_password', 'disable_suggested_password', 10, 2 );
23function disable_suggested_password( $password ) {
4$action = isset( $_GET['action'] ) ? $_GET['action'] : '';
5if ( 'wp-login.php' === $GLOBALS['pagenow'] && ( 'rp' == $action || 'resetpass' == $action ) ) {
-
docker-compose-wordpress
docker-compose-wordpress Public templateA minimal local WordPress stack using docker-compose. 🐋
-
152 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
3
contributions
in private repositories
Mar 14