YaWK
24.1
Yet another WebKit
plyr.php
Go to the documentation of this file.
1
<?php
2
/** @var $db \YAWK\db */
3
if
(!isset($plyrPlayer))
4
{
// load plyr widget class
5
require_once
'classes/plyr.php'
;
6
// create new plyr player object
7
$plyrPlayer = new \YAWK\WIDGETS\PLYR\PLAYER\plyr(
$db
);
8
}
9
// init plyr player widget
10
$plyrPlayer->init();
$db
$db
Definition:
dismiss-notifications.php:4
yawk.io
system
widgets
plyr
plyr.php
Generated on Tue Jan 16 2024 21:59:04 for YaWK by
doxygen 1.9.1