You appear to be a bot. Output may be restricted
Description
Find one or more matches for the remote post$matched_posts = array();
Usage
oik_clone_match_post( $ID, $data, $fields );
Parameters
- $ID
- ( mixed ) required –
- $data
- ( mixed ) required –
- $fields
- ( mixed ) required –
Returns
voidSource
File name: oik-clone/admin/oik-clone.phpLines:
1 to 6 of 6
function oik_clone_match_post( $ID, $data, $fields ) { $matched = array(); $matched = apply_filters( "oik_clone_match_post", $matched, $ID, $data, $fields ); bw_trace2( $matched, "matched with" ); return( $matched ); }View on GitHub