Changeset 2010420
- Timestamp:
- 01/11/2019 07:43:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
slider-hero-with-elementor/trunk/slider-hero-with-elementor.php
r1984167 r2010420 3 3 * Plugin Name: Slider Hero with Elementor 4 4 * Description: Create unlimited beautiful sliders with Elementor Page Builder. 5 * Plugin URI: https:// phoenixdigi.vn/plugins/slider-hero-with-elementor/5 * Plugin URI: https://namncn.com/plugins/slider-hero-with-elementor/ 6 6 * Version: 1.0.1 7 * Author: Phoenixdigi8 * Author URI: https:// phoenixdigi.vn/7 * Author: Nam NCN 8 * Author URI: https://namncn.com 9 9 * Text Domain: slider-hero-with-elementor 10 10 * Domain Path: /languages/ … … 247 247 */ 248 248 public function register_frontend_scripts() { 249 wp_register_script( 'slider-hero-with-elementor', plugin_dir_url( __FILE__ ) . 'assets/js/app.js', array( 'jquery' ), VERSION );249 wp_register_script( 'slider-hero-with-elementor', plugin_dir_url( __FILE__ ) . 'assets/js/app.js', array( 'jquery' ), self::VERSION ); 250 250 } 251 251
Note: See TracChangeset
for help on using the changeset viewer.