You appear to be a bot. Output may be restricted
Description
Usage
md5_hasher::key_posts( $posts );
Parameters
- $posts
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/admin/set_md5_hash.phpLines:
1 to 7 of 7
function key_posts( $posts ) { $key_posts = array(); foreach ( $posts as $post ) { $key_posts[ $post->ID ] = $post; } return( $key_posts ); }View on GitHub