We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352a7c3 commit 7ed9282Copy full SHA for 7ed9282
1 file changed
includes/class-protected-video.php
@@ -34,7 +34,7 @@ class Protected_Video {
34
* Define core plugin functionality.
35
*/
36
public function __construct() {
37
- $this->version = defined( 'PROTECTED_VIDEO_VERSION' ) ? PROTECTED_VIDEO_VERSION : '1.0.0';
+ $this->version = PROTECTED_VIDEO_VERSION;
38
$this->plugin_name = 'protected-video';
39
}
40
0 commit comments