configs->get_value('aiowps_enable_woo_login_captcha') == '1' || $aio_wp_security->configs->get_value('aiowps_enable_woo_register_captcha') == '1' || $aio_wp_security->configs->get_value('aiowps_enable_woo_lostpassword_captcha') == '1') { $aio_wp_security->captcha_obj->print_captcha_api_woo(); } } // Activate the copy protection feature for non-admin users $copy_protection_active = $aio_wp_security->configs->get_value('aiowps_copy_protection') == '1'; if ($copy_protection_active && !AIOWPSecurity_Utility_Permissions::has_manage_cap()) { $this->output_copy_protection_code(); } //TODO - add other footer output content here } public function output_copy_protection_code() { ?>