Current Path : /home/escuelai/www/wp-content/plugins/spotlight-social-photo-feeds/ |
Current File : /home/escuelai/www/wp-content/plugins/spotlight-social-photo-feeds/modules.all.php |
<?php use RebelCode\Spotlight\Instagram\Plugin; $modules = (require __DIR__ . '/modules.core.php'); // Filter the modules $modules = apply_filters( Plugin::FILTER . '/modules', $modules ); return $modules;