OwlCyberSecurity - MANAGER
Edit File: dynamic-conditions-public-display.php
<?php /** * Provide a public-facing view for the plugin * * This file is used to markup the public-facing aspects of the plugin. * * @link https://www.rto.de * @since 1.0.0 * * @package DynamicConditions * @subpackage DynamicConditions/public/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. -->