Usage
PHP
nebula()->is_initialized_before()
Parameters
This function does not accept any parameters. Is this incorrect?
Source File
Located in /libs/Admin/Automation.php on line 490.
No Hooks
This function does not have any filters or actions available. Request one?
PHP
public function is_initialized_before(){
$nebula_initialized_option = $this->get_data('initialized');
if ( empty($nebula_initialized_option) ){
return false;
}
return true;
}
Override
This function can not be short-circuited with an override filter. Request one?