We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e697773 commit e29a11aCopy full SHA for e29a11a
src/block/video-popup/index.php
@@ -72,8 +72,6 @@ public function render_block_video_popup_schema( $block_content, $block ) {
72
$description = isset( $attributes[ 'videoDescription' ] ) ? $attributes[ 'videoDescription' ] : '';
73
$content_url = isset( $attributes[ 'videoLink' ] ) ? $attributes[ 'videoLink' ] : '';
74
75
- error_log( $upload_date );
76
-
77
$video_schema[ 'name' ] = esc_attr( $name );
78
$video_schema[ 'description' ] = esc_attr( $description );
79
$video_schema[ 'uploadDate' ] = esc_attr( $upload_date );
0 commit comments