You appear to be a bot. Output may be restricted
Description
Choose a post_name
Usage
$string = oiksc_get_oik_file_post_name( $file );
Parameters
- $file
- ( string ) required –
Returns
string the last part of the file name
Source
File name: oik-shortcodes/admin/oik-files.php
Lines:
1 to 4 of 4
function oiksc_get_oik_file_post_name( $file ) { $slug = basename( $file ); return( $slug ); }