Esempio n. 1
0
 public function pdfemb_activation_hook($network_wide)
 {
     parent::pdfemb_activation_hook($network_wide);
     // If installed previously, keep 'poweredby' to off since they were used to that
     $old_options = get_site_option($this->get_options_name());
     if (!$old_options) {
         update_site_option(self::$poweredby_optionname, true);
     }
 }