PluginProbe
Sessions / 2.9.0
Sessions v2.9.0
2.1.0 2.10.0 2.11.0 2.12.0 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.2.0 2.3.0 2.3.1 2.4.0 2.4.1 2.5.0 2.6.0 2.6.1 2.6.2 2.7.0 2.8.0 2.9.0 2.9.1 3.0.0 3.1.0 3.1.1 All 39 releases
sessions / init.php

init.php in Sessions 2.9.0, at init.php

17 lines 506 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Initialization of globals.
4 *
5 * @package Bootstrap
6 * @author Pierre Lannoy <https://pierre.lannoy.fr/>.
7 * @since 1.0.0
8 */
9
10 define( 'POSE_PRODUCT_NAME', 'Sessions' );
11 define( 'POSE_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-sessions' );
12 define( 'POSE_PRODUCT_SHORTNAME', 'Sessions' );
13 define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' );
14 define( 'POSE_SLUG', 'sessions' );
15 define( 'POSE_VERSION', '2.9.0' );
16 define( 'POSE_CODENAME', '"-"' );
17 define( 'POSE_CDN_AVAILABLE', true );