Changeset 2370454
- Timestamp:
- 08/27/2020 02:51:26 PM (6 years ago)
- File:
-
- 1 edited
-
glofox-shortcodes/trunk/glofox_shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
glofox-shortcodes/trunk/glofox_shortcodes.php
r2369345 r2370454 4 4 * Plugin URI: https://www.glofox.com 5 5 * Description: Generates shortcodes to help you embed Glofox on your Wordpress website. 6 * Version: 2. 06 * Version: 2.1 7 7 * Author: Tom Lohan 8 8 * Author URI: … … 10 10 */ 11 11 12 function glofox_shortcodes_random_str() : string{12 function glofox_shortcodes_random_str() { 13 13 $length = 8; 14 14 $keyspace = '123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
Note: See TracChangeset
for help on using the changeset viewer.