You appear to be a bot. Output may be restricted
Description
Implements "_sc__help" for oik
Usage
$array = oik_oik_sc__help( $help, $shortcode );
Parameters
- $help
- ( array ) required – array of translated help keyed by shortcode
- $shortcode
- ( string ) required –
Returns
array updated help arraySource
File name: oik/oik.phpLines:
1 to 5 of 5
function oik_oik_sc__help( $help, $shortcode ) { oik_require( "includes/oik-sc-help.php" ); $help = oik_lazy_sc__help( $help, $shortcode ); return $help; }View on GitHub View on Trac