Download all files FTP
This commit is contained in:
20
wp-content/plugins/webp-express/lib/classes/OptionsPage.php
Normal file
20
wp-content/plugins/webp-express/lib/classes/OptionsPage.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace WebPExpress;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
class OptionsPage
|
||||
{
|
||||
|
||||
// callback (registred in AdminUi)
|
||||
public static function display() {
|
||||
include WEBPEXPRESS_PLUGIN_DIR . '/lib/options/page.php';
|
||||
}
|
||||
|
||||
public static function enqueueScripts() {
|
||||
include WEBPEXPRESS_PLUGIN_DIR . '/lib/options/enqueue_scripts.php';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user