Parsed: 110999

function is_plugin_inactive( $plugin ) {
  return ! is_plugin_active( $plugin );
}