Skip to content

Instantly share code, notes, and snippets.

@hostz-frank
hostz-frank / fusion-core-for-events.php
Last active November 18, 2016 20:44
Enable the Fusion Core Builder on other WordPress CPT's (custom post types).
<?php
/*
Plugin Name: Fusion Core on Events
Description: Enables the ThemeFusion Core page builder on post type "tribe_events" of The Events Calendar
*/
defined( 'ABSPATH' ) OR die();
/**
* Enable Fusion Pagebuilder for post type "tribe_events" (The Events Calendar).