Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
curly-twitter-feed
/
File Content:
curly-twitter-feed.php
<?php /* Plugin Name: Curly Twitter Feed Description: Plugin that adds Twitter feed functionality to our theme Author: Mikado Themes Version: 2.0.4 */ include_once 'load.php'; if (!function_exists('curly_twitter_theme_installed')) { /** * Checks whether theme is installed or not * @return bool */ function curly_twitter_theme_installed() { return defined('MIKADO_ROOT'); } } if (!function_exists('curly_twitter_core_plugin_installed')) { function curly_twitter_core_plugin_installed() { return defined('CURLY_CORE_VERSION'); } } if (!function_exists('curly_twitter_feed_text_domain')) { /** * Loads plugin text domain so it can be used in translation */ function curly_twitter_feed_text_domain() { load_plugin_textdomain('curly-twitter-feed', false, CURLY_TWITTER_REL_PATH . '/languages'); } add_action('plugins_loaded', 'curly_twitter_feed_text_domain'); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
languages
---
0755
lib
---
0755
shortcodes
---
0755
widgets
---
0755
const.php
551 bytes
0644
curly-twitter-feed.php
937 bytes
0644
load.php
222 bytes
0644
N4ST4R_ID | Naxtarrr