Skip to content

Instantly share code, notes, and snippets.

View Ipstenu's full-sized avatar

Ipstenu (Mika Epstein) Ipstenu

View GitHub Profile
@Ipstenu
Ipstenu / alexa_validate.php
Created September 17, 2019 20:20
A simple PHP library to validate Alexa.
<?php
/*
Description: REST-API - Alexa Skills - Validation
Validates the requests as coming from Amazon
Example Use:
// Call the validation:
require_once 'alexa-validate.php';
@Ipstenu
Ipstenu / Customize_Jetpack_Feedback.php
Created January 16, 2018 00:27
Customize Jetpack Feedback
<?php
/*
Description: Jetpack Customizations
Version: 1.0
*/
if ( ! defined('WPINC' ) ) die;
/**
* Customize_Jetpack_Feedback class.
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
get_header(); ?>