<?php
if ( ! defined( 'ABSPATH' ) ) exit;
function feather_load_polpb_classes() {
$feather_polpb_load_admin_class = new Feather_POLPB_AdminClass();
$feather_polpb_load_public_class = new Feather_POLPB_PublicClass();
}
feather_load_polpb_classes();