-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
36 lines (23 loc) · 1.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== CI Random number generator ===
Contributors: calculatorio
Tags: random number generator, online random number tool, generating random numbers, random number selection, number range randomization, custom random number, random digit generator, random integer tool, random sequence creation, random number generation method
Requires at least: 5.0
Tested up to: 6.4.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Random number generators have a variety of uses beyond picking a number to determine a prize winner. Find out what situations are ideal for them and how they solve problems.
[https://www.calculator.io/random-number-generator/](https://www.calculator.io/random-number-generator/)
== Usage ==
Add the Random Number Generator shortcode to your page, post or sidebar:
`[ci_random_number_generator]`
Add the following code to your template where you would like the Random Number Generator to appear:
`<?php display_ci_random_number_generator(); ?>`
== Screenshots ==
1. The Random Number Generator Input Form.
== Installation ==
1. Upload the Random Number Generator /ci_random_number_generator/ folder to the /wp-content/plugins/ directory.
2. Activate the Random Number Generator plugin through the "Plugins" menu in WordPress.
== Changelog ==
= 1.0.0 =
* Initial release of Random Number Generator