1 2 3 4 5 6 7 8
<?php namespace Clue\React\Block; if (!function_exists('Clue\\React\\Block\\sleep')) { require __DIR__ . '/functions.php'; }