Skip to content

Instantly share code, notes, and snippets.

View santoe's full-sized avatar
🏠
Working from home

Susanto Effendi santoe

🏠
Working from home
View GitHub Profile
@santoe
santoe / add_contact_form_7_custom_tag.php
Created September 20, 2022 13:18 — forked from eduardoarandah/add_contact_form_7_custom_tag.php
Adding A Custom Form-Tag to Contact Form 7 in Wordpress
<?php
/**
* Contact form 7
* custom tag: [posts show:12]
* show parameter is optional
*/
add_action('wpcf7_init', 'custom_add_form_tag_posts');
function custom_add_form_tag_posts()
{
@santoe
santoe / simpleimage.php
Created August 1, 2017 07:25 — forked from miguelfrmn/simpleimage.php
SimpleImage PHP Class
<?php
/**
* File: SimpleImage.php
* Author: Simon Jarvis
* Modified by: Miguel Fermín
* Based in: http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2