Title: This is not a no coding plugin
Last modified: August 31, 2016

---

# This is not a no coding plugin

 *  [katiejo911](https://wordpress.org/support/users/katiejo911/)
 * (@katiejo911)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/this-is-not-a-no-coding-plugin/)
 * When I clicked edit on this plugin, this coding is what came up:
    <?php /** *
   Plugin Name: Crelly Slider * Plugin URI: [http://fabiorino1.altervista.org/projects/crellyslider](http://fabiorino1.altervista.org/projects/crellyslider)*
   Description: The first free WordPress slider with elements animations. * Version:
   0.8.2 * Author: fabiorino * Author URI: [http://fabiorino1.altervista.org](http://fabiorino1.altervista.org)*
   License: MIT */
 * /*************/
    /** GLOBALS **/ /*************/
 * define(‘CS_VERSION’, ‘0.8.2’);
    define(‘CS_PATH’, plugin_dir_path(__FILE__));
   define(‘CS_PLUGIN_URL’, plugins_url() . ‘/crelly-slider’);
 * require_once CS_PATH . ‘wordpress/common.php’;
    require_once CS_PATH . ‘wordpress/
   tables.php’; require_once CS_PATH . ‘wordpress/frontend.php’;
 * // Create (or remove) 3 tables: the sliders settings, the slides settings and
   the elements proprieties. We will also store the current version of the plugin
   
   register_activation_hook(__FILE__, array(‘CrellySliderTables’, ‘setVersion’));
   register_activation_hook(__FILE__, array(‘CrellySliderTables’, ‘setTables’));
   register_uninstall_hook(__FILE__, array(‘CrellySliderTables’, ‘removeVersion’));
   register_uninstall_hook(__FILE__, array(‘CrellySliderTables’, ‘dropTables’));
 * // Languages
    CrellySliderCommon::loadPluginTextDomain();
 * // This is a variable that should be included first to prevent backend issues.
   
   if(is_admin()) { require_once CS_PATH . ‘wordpress/admin.php’; CrellySliderAdmin::
   setIsAdminJs(); }
 * // CSS and Javascript
    CrellySliderCommon::setEnqueues();
 * CrellySliderFrontend::addShortcode();
 * if(is_admin()) {
    // Tables if(CS_VERSION != get_option(‘cs_version’)) { CrellySliderTables::
   setVersion(); CrellySliderTables::setTables(); }
 *  CrellySliderAdmin::setEnqueues();
    CrellySliderAdmin::showSettings();
 * This is code. It is useless for someone who doesn’t know coding. Please don’t
   state this is for people who don’t know code when it opens up as code.
 * [https://wordpress.org/plugins/crelly-slider/](https://wordpress.org/plugins/crelly-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Fabio Rinaldi](https://wordpress.org/support/users/fabiorino/)
 * (@fabiorino)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/this-is-not-a-no-coding-plugin/#post-7142223)
 * Double post, I close this

Viewing 1 replies (of 1 total)

The topic ‘This is not a no coding plugin’ is closed to new replies.

 * ![](https://ps.w.org/crelly-slider/assets/icon-128x128.jpg?rev=1305586)
 * [Crelly Slider](https://wordpress.org/plugins/crelly-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/crelly-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/crelly-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crelly-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crelly-slider/reviews/)

## Tags

 * [no code](https://wordpress.org/support/topic-tag/no-code/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fabio Rinaldi](https://wordpress.org/support/users/fabiorino/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/this-is-not-a-no-coding-plugin/#post-7142223)
 * Status: not a support question