Skip to content

Instantly share code, notes, and snippets.

View pH-7's full-sized avatar
:octocat:
πŸ’‘Creative Engineer πŸš€ Enjoying Learning New Exciting Things! πŸ˜‹ =>My Way of Life 🏝

β™š PH⑦ de Soriaβ„’β™› pH-7

:octocat:
πŸ’‘Creative Engineer πŸš€ Enjoying Learning New Exciting Things! πŸ˜‹ =>My Way of Life 🏝
View GitHub Profile
@pH-7
pH-7 / index.php
Last active October 26, 2024 21:58
Split Testing (marketing A/B testing) with Wordpress - Display a Random Page with Wordpress. Frensh Tutorial πŸ‘‰ https://01script.com/page-aleatoire-wordpress-split-testing/
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
@pH-7
pH-7 / .gitconfig
Last active January 25, 2025 06:14
My ~/.gitconfig - (not maintained anymore) New updates are now happening in https://github.com/pH-7/dotfiles/
[user]
name = Pierre-Henry Soria
email = $EMAIL_ADDRESS
[init]
defaultBranch = main
[color]
diff = auto
status = auto
@pH-7
pH-7 / Utf8.class.php
Created April 24, 2012 16:17
UTF-8 friendly PHP class
<?php
/**
* @desc This program was amended by Pierre-Henry.
* @author SORIA Pierre-Henry <[email protected]>
* @version 2.1.4 (Last update 2012/06/21).
*
*
* UTF-8 friendly replacement functions - v0.2
* Copyright (C) 2004-2006 Niels Leenheer & Andy Matsubara
*