OwlCyberSecurity - MANAGER
Edit File: dynamic-conditions-admin-display.php
<?php /** * Provide a admin area view for the plugin * * This file is used to markup the admin-facing aspects of the plugin. * * @link https://www.rto.de * @since 1.0.0 * * @package DynamicConditions * @subpackage DynamicConditions/admin/partials */ // If this file is called directly, abort. if ( ! defined( 'ABSPATH' ) ) { die; } ?> <!-- This file should primarily consist of HTML with a little bit of PHP. -->