-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
15 lines (15 loc) · 755 Bytes
/
plugin.xml
File metadata and controls
15 lines (15 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.tysonkelley.plugins.metaTags" name="metaTags" version="1.0" provider-name="Tyson Kelley" class="metaTags.plugin">
<description><![CDATA[ Adds meta tags to posts.<br/>
<br/>
Written By Tyson Kelley ]]></description>
<listens>
<event name="beforeHtmlHeadEnd" type="synch" priority="10" />
<event name="beforeAdminPostFormDisplay" type="synch" priority="10" />
<event name="beforeAdminPostFormEnd" type="synch" priority="10" />
<event name="beforePostAdd" type="synch" priority="10" />
<event name="beforePostUpdate" type="synch" priority="10" />
<event name="afterPostAdd" type="synch" priority="10" />
<event name="afterPostUpdate" type="synch" priority="10" />
</listens>
</plugin>