<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Plugin skeleton for ELGG !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43707/plugin-skeleton-for-elgg?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43707/plugin-skeleton-for-elgg?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43707/plugin-skeleton-for-elgg</guid>
	<pubDate>Tue, 18 Jan 2022 12:06:55 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43707/plugin-skeleton-for-elgg</link>
	<title><![CDATA[Plugin skeleton for ELGG !]]></title>
	<description><![CDATA[<code>The following files for plugin example would go in /mod/example/

actions/
    example/
        action.php
        other_action.php
classes/
    VendorNamespace/
        PluginNamespace/
            ExampleClass.php
languages/
    en.php
vendors/
    example_3rd_party_lib/
views/
    default/
        example/
          component.css
          component.js
          component.png
        forms/
            example/
                action.php
                other_action.php
        object/
            example.php
            example/
                context1.php
                context2.php
        plugins/
            example/
                settings.php
                usersettings.php
        resources/
            example/
                all.css
                all.js
                all.php
                owner.css
                owner.js
                owner.php
        widgets/
            example_widget/
                content.php
                edit.php
elgg-plugin.php
CHANGES.txt
COPYRIGHT.txt
INSTALL.txt
LICENSE.txt
README.txt
composer.json</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>