PluginProbe
Meow Gallery / 4.1.6
Meow Gallery v4.1.6
5.5.4 5.5.3 5.5.2 5.5.1 5.5.0 5.4.9 5.4.8 5.4.7 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 All 156 releases
meow-gallery / meow-gallery.php

meow-gallery.php in Meow Gallery 4.1.6, at meow-gallery.php

28 lines 753 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 Plugin Name: Meow Gallery
4 Plugin URI: https://meowapps.com
5 Bitbucket Plugin URI: https://bitbucket.org/meowapps/meow-gallery/
6 Description: Gallery system built for photographers, by photographers.
7 Version: 4.1.6
8 Author: Jordy Meow, Thomas Kim
9 Author URI: https://meowapps.com
10 Text Domain: meow-gallery
11 Domain Path: /languages
12
13 Originally developed for two of my websites:
14 - Jordy Meow (https://offbeatjapan.org)
15 - Haikyo (https://haikyo.org)
16 */
17
18 define( 'MGL_VERSION', '4.1.6' );
19 define( 'MGL_PREFIX', 'mgl' );
20 define( 'MGL_DOMAIN', ' meow-gallery' );
21 define( 'MGL_ENTRY', __FILE__ );
22 define( 'MGL_PATH', dirname( __FILE__ ) );
23 define( 'MGL_URL', plugin_dir_url( __FILE__ ) );
24
25 require_once( 'classes/init.php');
26
27 ?>
28