Plugin Directory

jqs-random

Usage

The plugin can be called via three methods, two are for themes, and the third is for within a post/page's content.

Theme methods:

<?php jqs_random(); ?>
<?php jqs_get_random(); ?>

Both functions take one attribute $options which is an array that may contain any of the following boolean values:

"stripwhitespace" => 0, "addslashes" => 0, "htmlspecialchars" => 0

For inclusion within a post or page, use the new Shortcode;

[jqs-random]

and once again any of the three attributes can be added:

[jqs-random stripwhitespace="0" addslashes="0" htmlspecialchars="0"]

The three attributes are modifiers to the output so that you can always put the data where you want:

  • stripwhitespace -- will replace all spaces with underscores.
  • addslashes -- will return data after it is passed thru PHP's addslashes() function.
  • htmlspecialchars -- will return data after is is pass thru PHP's htmlspecialchars() function.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(0 ratings)