<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

namespace WordfenceLS;

class Model_Style extends Model_Asset {

	public function enqueue() {
		if ($this->registered) {
			wp_enqueue_style($this->handle);
		}
		else {
			wp_enqueue_style($this->handle, $this->source, $this->dependencies, $this->version);
		}
	}

	public function isEnqueued() {
		return wp_style_is($this->handle);
	}

	public function renderInline() {
		if (empty($this->source))
			retu