get('Version') ); } add_action( 'wp_enqueue_scripts', 'kktfwp_parent_styles' ); /* * Filter for disabling the update notice in admin panel * */ //add_filter( 'kkHideUpdateNotice', 'kkHideUpdateNotice' ); function kkHideUpdateNotice() { return true; } /*-----------------------------------------------------------------------------------*/ /* WRITE YOUR OWN FUNCTIONS BELOW /*-----------------------------------------------------------------------------------*/ /* Returns the name of one random file from within a directory livre-d-or.php:39: */ function getRandomFile($start_dir) { chdir($start_dir); $dir = opendir('.'); while (($myfile = readdir($dir)) !==false) { if ($myfile != '.' && $myfile != '..' && is_file($myfile) && $myfile != 'resource.frk') { $files[] = $myfile; } } closedir($dir); chdir('../'); srand ((float) microtime() * 10000000); $file = array_rand($files); return $files[$file]; } function show_bookmark_list(){ ?>
";
$x .= print_r($s, 1);
$x .= "";
if ($return) return $x;
else print $x;
}