PluginProbe
Gmedia Photo Gallery / trunk
Gmedia Photo Gallery vtrunk
trunk 0.6.3 0.8.6 0.9.23 1.1.1 1.12.4 1.13.4 1.14.7 1.16.4 1.16.6 1.16.7 1.17.6 1.18.0 1.2.6 1.20.0 1.21.6 1.21.8 1.21.9 1.22.0 1.23.0 1.24.0 1.24.1 1.25.0 1.25.1 1.3.7 All 37 releases
grand-media / config.php

config.php in Gmedia Photo Gallery trunk, at config.php

17 lines 366 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 /**
6 * Gmedia Constants
7 */
8
9 if ( ! defined( 'GMEDIA_UPLOAD_FOLDER' ) ) {
10 define( 'GMEDIA_UPLOAD_FOLDER', 'grand-media' );
11 }
12
13 define( 'GMEDIA_FOLDER', plugin_basename( dirname( __FILE__ ) ) );
14 define( 'GMEDIA_ABSPATH', plugin_dir_path( __FILE__ ) );
15
16 define( 'GMEDIA_GALLERY_EMPTY', 'No Supported Files in Gallery' );
17