PluginProbe
Snippet Shortcodes / 1.6
Snippet Shortcodes v1.6
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
shortcode-variables / includes / globals.php

globals.php in Snippet Shortcodes 1.6, at includes/globals.php

12 lines 397 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined('ABSPATH') or die('Jog on!');
4
5 define('SH_CD_PLUGIN_NAME', 'Shortcode Variables');
6 define('SH_CD_TABLE', 'SH_CD_SHORTCODES');
7 define('SH_CD_SLUG', 'sh-cd-shortcode-variables');
8 define('SH_CD_SHORTCODE', 'shortcode-variables');
9 define('SH_CD_SHORTCODE_SMALL', 's-var');
10 define('SH_CD_CACHING_TIME', 1 * HOUR_IN_SECONDS);
11 define('SH_CD_CACHING_KEY_ALL', 'all-shortcodes');
12