Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
		
							
								
								
									
										17
									
								
								wp-content/plugins/wp-statistics/wp-statistics.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								wp-content/plugins/wp-statistics/wp-statistics.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| <?php | ||||
| /** | ||||
|  * Plugin Name: WP Statistics | ||||
|  * Plugin URI: https://wp-statistics.com/ | ||||
|  * Description: Complete WordPress Analytics and Statistics for your site! | ||||
|  * Version: 12.6.9 | ||||
|  * Author: VeronaLabs | ||||
|  * Author URI: http://veronalabs.com/ | ||||
|  * Text Domain: wp-statistics | ||||
|  * Domain Path: /languages/ | ||||
|  */ | ||||
|  | ||||
| define( 'WP_STATISTICS_MAIN_FILE', __FILE__ ); | ||||
| require_once plugin_dir_path( __FILE__ ) . 'includes/classes/class-wp-statistics.php'; | ||||
|  | ||||
| $WP_Statistics = new WP_Statistics; | ||||
| $WP_Statistics->run(); | ||||
		Reference in New Issue
	
	Block a user