// === Wheel of Yum resilient includes ===
// Robust loader for class-woy-yelp.php
(function(){
$candidates = array(
WOY_PATH . 'includes/class-woy-yelp.php',
WOY_PATH . 'includes/class-woy-yelp.php',
WOY_PATH . 'includes/class-woy-yelp.php',
);
foreach ( $candidates as $file ) {
if ( file_exists( $file ) ) { require_once $file; break; }
}
})();
// Robust loader for class-woy-rest-api.php
(function(){
$candidates = array(
WOY_PATH . 'includes/class-woy-rest-api.php',
WOY_PATH . 'includes/class-woy-rest-api.php',
WOY_PATH . 'includes/class-woy-rest-api.php',
);
foreach ( $candidates as $file ) {
if ( file_exists( $file ) ) { require_once $file; break; }
}
})();
// Robust loader for class-woy-shortcode.php
(function(){
$candidates = array(
WOY_PATH . 'includes/class-woy-shortcode.php',
WOY_PATH . 'includes/class-woy-shortcode.php',
WOY_PATH . 'includes/class-woy-shortcode.php',
);
foreach ( $candidates as $file ) {
if ( file_exists( $file ) ) { require_once $file; break; }
}
})();
// Robust loader for class-woy-analytics.php
(function(){
$candidates = array(
WOY_PATH . 'includes/class-woy-analytics.php',
WOY_PATH . 'includes/class-woy-analytics.php',
WOY_PATH . 'includes/class-woy-analytics.php',
);
foreach ( $candidates as $file ) {
if ( file_exists( $file ) ) { require_once $file; break; }
}
})();
// Robust loader for class-woy-admin-ui.php
(function(){
$candidates = array(
WOY_PATH . 'includes/admin/class-woy-admin-ui.php',
WOY_PATH . 'includes/class-woy-admin-ui.php',
WOY_PATH . 'includes/class-woy-admin-ui.php',
);
foreach ( $candidates as $file ) {
if ( file_exists( $file ) ) { require_once $file; break; }
}
})();
Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client6/web68/web/wp-content/plugins/wheel-of-yum/includes/class-woy-plugin.php:1) in /var/www/clients/client6/web68/web/wp-includes/pluggable.php on line 1450
Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client6/web68/web/wp-content/plugins/wheel-of-yum/includes/class-woy-plugin.php:1) in /var/www/clients/client6/web68/web/wp-includes/pluggable.php on line 1453