Product Engineer, dedicated to enhancing the digital landscape for all users.
-
Senior Software Engineer @etraveli, Front-end @helenusorg
- 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-copmpose. 🐋
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.