<?php
/*!
* Jetpack CRM
* https://jetpackcrm.com
*
* This file was intended to provide a 'proxy' for all the functions that were
* brutally chopped during the Client Portal refactor.
* But for now it seems like just displaying a notice to update the
* version of core is a good option.
*
*/
defined( 'ZEROBSCRM_PATH' ) || exit( 0 );
if ( ! function_exists( 'zeroBSCRM_portal_plainPermaCheck' ) ) {
function zeroBSCRM_portal_plainPermaCheck() {
// Not needed anymore.
// TODO: Clean all unneeded functions.
}
}