You appear to be a bot. Output may be restricted
Description
Usage
md5_hasher::get_component_id( $sourceref );
Parameters
- $sourceref
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/admin/set_md5_hash.phpLines:
1 to 4 of 4
function get_component_id( $sourceref ) { $component_id = get_post_meta( $sourceref, "_oik_api_plugin", true ); return( $component_id ); }View on GitHub