removing unecessary write_log
This commit is contained in:
parent
a0ccc1f2b6
commit
20c3366990
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
$videoUrl = get_field('url');
|
||||
write_log($videoUrl);
|
||||
if ($videoUrl) {
|
||||
wp_redirect($videoUrl);
|
||||
exit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user