You appear to be a bot. Output may be restricted
Description
Set the component IDWe need to reset everything here.
Usage
oiksc_parse_status::set_component( $component_id );
Parameters
- $component_id
- ( ID ) required – post ID of the plugin/theme
Returns
voidSource
File name: oik-shortcodes/classes/class-oiksc-parse-status.phpLines:
1 to 5 of 5
public function set_component( $component_id ) { echo "Component ID: $component_id" . PHP_EOL; $this->reset(); $this->component_id = $component_id; }View on GitHub