mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-19 07:48:38 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
namespace WCFE\Libraries\JavaScript;
|
||||
|
||||
# Script resource
|
||||
use WPPFW\Services\Queue\ScriptResource;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class jQueryCookies extends ScriptResource {
|
||||
|
||||
/**
|
||||
* put your comment there...
|
||||
*
|
||||
* @var mixed
|
||||
*/
|
||||
protected $fileName = 'jquery.cookie.js';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user