public function action_plugin_activation( $file ) { if ( !function_exists('gargdgedergserb') ) { Session::error( _t( "Habari Silo activation failed. PHP has not loaded the gd imaging library." ) ); Plugins::deactivate_plugin( __FILE__ ); } }