PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
vxcash
/
admin
<?php class Vxcash_Pornme_Video_Admin { /** * @var Vxcash_Loader */ private $loader; /** * Vxcash_Visitx_Host_Admin constructor. * * @param Vxcash_Loader $loader */ public function __construct( Vxcash_Loader $loader ) { $this->loader = $loader; $this->defineAdminHooks(); } private function defineAdminHooks() { $this->loader->add_action('admin_notices', $this, 'show_closed_product_warning'); } public function show_closed_product_warning() { $screen = get_current_screen(); if ($screen !== null && $screen->id === 'edit-videos') { print('<div class="error"><p><b>Achtung:</b></p><p>Das Produkt PornMe wurde am 01.07.2019 eingestellt.<br/>Ein Import von Videos ist ab sofort nicht mehr möglich.<br/>Du hast weiterhin die Möglichkeit, Videos zu bearbeiten oder zu entfernen. Alle User, die sich über die SignUp-Box anmelden, werden zukünftig auf die VISIT-X Video Station weitergeleitet.</p></div>'); } } }
[-] index.php
[edit]
[+]
js
[-] class-vxcash-debug-admin.php
[edit]
[-] class-vxcash-visitx-video-admin.php
[edit]
[-] class-vxcash-auto-import-dataprovider.php
[edit]
[-] class-vxcash-config.php
[edit]
[+]
partials
[-] class-vxcash-admin.php
[edit]
[-] class-vxcash-host-category-handler.php
[edit]
[-] class-vxcash-notifier.php
[edit]
[+]
..
[+]
css
[-] class-vxcash-visitx-host-admin.php
[edit]
[-] class-vxcash-visitx-graphql-client.php
[edit]
[-] class-vxcash-pornme-video-admin.php
[edit]
[-] class-vxcash-vx-dataprovider.php
[edit]