XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/code-snippets/php
var
/
www
/
wordpress
/
wp-content
/
plugins
/
code-snippets
/
php
/
📁
..
📁
admin-menus
📄
class-admin.php
(12 KB)
📄
class-contextual-help.php
(6.46 KB)
📄
class-data-item.php
(6.56 KB)
📄
class-db.php
(10.12 KB)
📄
class-licensing.php
(314 B)
📄
class-list-table.php
(43.83 KB)
📄
class-plugin.php
(11.08 KB)
📄
class-snippet.php
(13.88 KB)
📄
class-upgrade.php
(6.55 KB)
📄
class-validator.php
(7.02 KB)
📄
class-welcome-api.php
(9.53 KB)
📁
cloud
📄
deactivation-notice.php
(1.94 KB)
📄
editor.php
(3.48 KB)
📁
evaluation
📁
export
📁
flat-files
📁
front-end
📄
load.php
(2.16 KB)
📁
migration
📁
rest-api
📁
settings
📄
snippet-ops.php
(20.99 KB)
📄
strings.php
(1.8 KB)
📄
uninstall.php
(2.54 KB)
📁
views
Editing: class-licensing.php
<?php namespace Code_Snippets; /** * Empty class to better support interoperability between core and pro. * * @package Code_Snippets */ class Licensing { /** * Determine whether the current site has an active license. * * @return bool */ public function is_licensed(): bool { return false; } }
Upload File
Create Folder