You appear to be a bot. Output may be restricted
Description
Implement "bw_metadata" action for bw_fields.
Usage
oik_fields_bw_metadata( $post_id );
Parameters
- $post_id
- ( mixed ) required –
Returns
void
TO DO
? should this be a filter?
Source
File name: oik-fields/oik-fields.php
Lines:
1 to 5 of 5
function oik_fields_bw_metadata( $post_id ) { $atts['id'] = $post_id; oik_require( "shortcodes/oik-fields.php", "oik-fields" ); e( bw_metadata( $atts ) ); }