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 fca8b8b commit 33b4bb6Copy full SHA for 33b4bb6
src/utility-functions.php
@@ -2,6 +2,10 @@
2
3
use Automattic\Jetpack\Connection\Client;
4
5
+if ( ! defined( 'ABSPATH' ) ) {
6
+ exit( 0 );
7
+}
8
+
9
defined( 'VIDEOPRESS_MIN_WIDTH' ) || define( 'VIDEOPRESS_MIN_WIDTH', 60 );
10
defined( 'VIDEOPRESS_DEFAULT_WIDTH' ) || define( 'VIDEOPRESS_DEFAULT_WIDTH', 640 );
11
0 commit comments