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