D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
ditty-news-ticker
/
Filename :
ditty-news-ticker.php
back
Copy
<?php /** * Plugin Name: Ditty * Plugin URI: https://www.metaphorcreations.com/ditty * Description: Ditty offers a range of content display options, including its signature news ticker and customizable layouts. * Version: 3.1.31 * Author: Metaphor Creations * Author URI: https://www.metaphorcreations.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Requires at least: 5.6 * Requires PHP: 7.1 * Tested up to: 6.4.2 * Text Domain: ditty-news-ticker * Domain Path: /languages */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } // Plugin version. if ( ! defined( 'DITTY_VERSION' ) ) { define( 'DITTY_VERSION', '3.1.31' ); } // Plugin Folder Path. if ( ! defined( 'DITTY_DIR' ) ) { define( 'DITTY_DIR', plugin_dir_path( __FILE__ ) ); } // Plugin Folder URL. if ( ! defined( 'DITTY_URL' ) ) { define( 'DITTY_URL', plugin_dir_url( __FILE__ ) ); } // Plugin Root File. if ( ! defined( 'DITTY_FILE' ) ) { define( 'DITTY_FILE', __FILE__ ); } /** * The code that runs during plugin activation. * This action is documented in includes/class-ditty-activator.php */ function ditty_activate() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-ditty-activator.php'; Ditty_Activator::activate(); } /** * The code that runs during plugin deactivation. * This action is documented in includes/class-ditty-deactivator.php */ function ditty_deactivate() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-ditty-deactivator.php'; Ditty_Deactivator::deactivate(); } register_activation_hook( __FILE__, 'ditty_activate' ); register_deactivation_hook( __FILE__, 'ditty_deactivate' ); /** * The core plugin class that is used to define internationalization, * admin-specific hooks, and public-facing site hooks. */ require plugin_dir_path( __FILE__ ) . 'includes/class-ditty.php'; /** * Begins execution of the plugin. * * Since everything within the plugin is registered via hooks, * then kicking off the plugin from this point in the file does * not affect the page life cycle. * * @since 1.0 */ function Ditty() { return Ditty::instance(); } Ditty();
Name
Size
Last Modified
Owner
Permissions
Actions
build
Dir
February 03 2024 2:09:17
ltfsolutionsco
0755
includes
Dir
February 03 2024 2:09:17
ltfsolutionsco
0755
languages
Dir
February 03 2024 2:09:17
ltfsolutionsco
0755
legacy
Dir
February 03 2024 2:09:17
ltfsolutionsco
0755
vendor
Dir
February 03 2024 2:09:17
ltfsolutionsco
0755
ditty-news-ticker.php
2.203
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
readme.txt
29.77
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
uninstall.php
1.022
KB
February 03 2024 2:09:17
ltfsolutionsco
0644
wpml-config.xml
4.665
KB
February 03 2024 2:09:18
ltfsolutionsco
0644
2017 © D7net | D704T team