Skip to content

Instantly share code, notes, and snippets.

<?php
class MyCPTs {
public function __construct() {
add_action( 'init', array ( $this, 'load_cpts'), 0 );
}
/**
<?php
/*
Plugin Name: Change Email Address
Plugin URI: http://www.dawsoncollege.qc.ca
Description: Changes email address, from name and sets HTML content type
Version: 0.1
Author: Jonathan Perlman
Author URI: http://www.dawsoncollege.qc.ca
*/