Lines:
1 to 38 of 38
<?php // (C) Copyright Bobbing Wide 2010-2016 /* function bbboing_sc() – Implement [bbboing] shortcode */ /* function _bbboing_static() – Display the original text and the bbboing’ed text */ /* function seed() – Return example text for bbboing */ /* function hoax_version() – Return the original version where the bbboing’ing of "researcher" was incorrectly shown as "rscheearch" */ /* function _bbboing_get() – Return the text to be bbboing’ed with some sanitization */ /* function _bbboing_form() – Display the form to accept text to be bbboing’ed */ /* function bbboing() – bbboing some text */ /* function bboing() – bbboing a particular (potentially complex) word */ /* function boing() – Shuffle the embedded letters in a word of 4 or more characters */ /* function boingsubword() – Perform boing() against a part of the word replacing the characters in the chars array */ /* function bboing_process_word() – Return true if we think we should process the word, false otherwise */ /* function bboing2() – Only bbboing characters inside a complex string */ /* function bbboing__help() – Help for bbboing */ /* function bbboing__syntax() – Syntax for bbboing */ /* function bbboing__example() – Example for the bbboing shortcode */ if ( !function_exists( "bw_verify_nonce" ) ) { /* function bw_verify_nonce() – Verify the nonce field */ }View on GitHub View on Trac
Called by
Invoked by
Calls
Call hooks
API Letters: