/
home
/
henzagold
/
server
/
vendor
/
thunderer
/
shortcode
/
src
/
File Upload :
llllll
Current File: /home/henzagold/server/vendor/thunderer/shortcode/src/Events.php
<?php namespace Thunder\Shortcode; /** * @author Tomasz Kowalczyk <tomasz@kowalczyk.cc> */ final class Events { const FILTER_SHORTCODES = 'event.filter-shortcodes'; const REPLACE_SHORTCODES = 'event.replace-shortcodes'; /** @return string[] */ public static function getEvents() { return array(static::FILTER_SHORTCODES, static::REPLACE_SHORTCODES); } }
Copyright ©2k19 -
Hexid
|
Tex7ure