<?php if (!function_exists('unlimited_blocks_test_block')) { function unlimited_blocks_test_block($attr) { return "<h1>test wer block</h1>"; } }