You appear to be a bot. Output may be restricted
Description
Create the post_title for an "oik_file"
Usage
$string = oiksc_oik_file_post_title( $file );
Parameters
- $file
- ( string ) required – the file name e.g. admin/oik-files.php
Returns
string the post_title
Source
File name: oik-shortcodes/admin/oik-files.php
Lines:
1 to 3 of 3
function oiksc_oik_file_post_title( $file ) { return( $file ); }