• File: premium.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/speedycache-pro/main/premium.php
  • File size: 390 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if(!defined('ABSPATH')){
	die('HACKING ATTEMPT');
}

global $pagenow;
if(in_array($pagenow, ['post-new.php', 'post.php'], true)){
	add_action('admin_enqueue_scripts', '\SpeedyCache\MetaboxPro::enqueue_scripts');
	add_filter('speedycache_pro_metabox', '\SpeedyCache\MetaboxPro::html', 10, 2);
	add_filter('speedycache_metabox_fields', '\SpeedyCache\MetaboxPro::options');
}