You appear to be a bot. Output may be restricted
Description
Set the global plugin_post
Usage
md5_hasher::set_global_plugin_post( $component_id );
Parameters
- $component_id
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/admin/set_md5_hash.phpLines:
1 to 9 of 9
function set_global_plugin_post( $component_id ) { global $plugin_post; $post = bw_array_get( $this->components, $component_id, null ); if ( $post ) { $plugin_post = $post; } else { gob(); } }View on GitHub