You appear to be a bot. Output may be restricted
Description
Display the matched posts and the applicable actions
Usage
oik_clone_display_matched_posts( $post );
Parameters
- $post
- ( mixed ) required –
Returns
voidSource
File name: oik-clone/admin/oik-clone.phpLines:
1 to 6 of 6
function oik_clone_display_matched_posts( $post ) { $matched_posts = $post['matched_posts']; foreach ( $matched_posts as $matched ) { bw_tablerow( $matched ); } }View on GitHub